hyprland: edit config
This commit is contained in:
parent
75e30b143c
commit
adcb17f4a9
2 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
||||||
"eww open bar"
|
"eww open bar"
|
||||||
"hyprpaper"
|
"hyprpaper"
|
||||||
"chatterino"
|
"chatterino"
|
||||||
|
"vesktop"
|
||||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||||
"~/.local/bin/lock"
|
|
||||||
];
|
];
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
|
@ -82,6 +82,8 @@
|
||||||
};
|
};
|
||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
|
mouse_move_enables_dpms = true;
|
||||||
|
key_press_enables_dpms = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -4,7 +4,6 @@ _: {
|
||||||
"noshadow, floating:0"
|
"noshadow, floating:0"
|
||||||
"float, title:^(Volume Control)$"
|
"float, title:^(Volume Control)$"
|
||||||
"float, title:^(Picture in picture)$"
|
"float, title:^(Picture in picture)$"
|
||||||
"float, title:^(Steam)$"
|
|
||||||
"float, title:^(Friends List)$"
|
"float, title:^(Friends List)$"
|
||||||
"float, title:^(Cryptomator)$"
|
"float, title:^(Cryptomator)$"
|
||||||
"float, title:^(RuneLite)$"
|
"float, title:^(RuneLite)$"
|
||||||
|
|
Loading…
Reference in a new issue