diff options
Diffstat (limited to 'modules/home/hyprland/chernobyl/hyprland.nix')
| -rw-r--r-- | modules/home/hyprland/chernobyl/hyprland.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/home/hyprland/chernobyl/hyprland.nix b/modules/home/hyprland/chernobyl/hyprland.nix index 2db9c0a..5e4a8c6 100644 --- a/modules/home/hyprland/chernobyl/hyprland.nix +++ b/modules/home/hyprland/chernobyl/hyprland.nix @@ -4,10 +4,10 @@ wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hyprbars - borders-plus-plus - hyprexpo - hyprfocus + #hyprbars + #borders-plus-plus + #hyprexpo + #hyprfocus ]; settings = { "$mod" = "SUPER"; @@ -30,10 +30,10 @@ "$mod CTRL, L, exec, hyprlock" # Window management - "$mod SHIFT, Q, killactive," + "$mod SHIFT, Q, killactive" "$mod, F, fullscreen, 0" - "$mod SHIFT, SPACE, togglefloating," - "$mod, SPACE, focusurgentorlast," + "$mod SHIFT, SPACE, togglefloating" + "$mod, SPACE, focusurgentorlast" # Focus (h=left, j=down, k=up, l=right) "$mod, H, movefocus, l" @@ -81,7 +81,7 @@ # Brightness keys (repeat when held) bindel = [ - ", XF86MonBrightnessUp, exec, brightnessctl set +10%" + ", XF86MonBrightnessUp, exec, brightnessctl set 10%+" ", XF86MonBrightnessDown, exec, brightnessctl set 10%-" ]; |
