aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 18:46:52 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 18:46:52 +0100
commitee87655c236dca216734e03c1a9364de6c0fb20c (patch)
tree0aa13f33d381c3a8c78766ba4851e2954f037a3d
parent1635d82e9fe4d79d15d84c7724b02b9f97064a27 (diff)
fixed hyprland error hopefully
-rw-r--r--modules/home/hyprland/chernobyl/hyprland.nix16
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%-"
];