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"
|
||||
"hyprpaper"
|
||||
"chatterino"
|
||||
"vesktop"
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
"~/.local/bin/lock"
|
||||
];
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
|
@ -82,6 +82,8 @@
|
|||
};
|
||||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
mouse_move_enables_dpms = true;
|
||||
key_press_enables_dpms = false;
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
|
@ -4,7 +4,6 @@ _: {
|
|||
"noshadow, floating:0"
|
||||
"float, title:^(Volume Control)$"
|
||||
"float, title:^(Picture in picture)$"
|
||||
"float, title:^(Steam)$"
|
||||
"float, title:^(Friends List)$"
|
||||
"float, title:^(Cryptomator)$"
|
||||
"float, title:^(RuneLite)$"
|
||||
|
|
Loading…
Reference in a new issue