summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r--accounts/gkleen@sif/hyprland.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index e831f87f..cc7472ea 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -10,10 +10,6 @@ in {
10 "$terminal" = "kitty"; 10 "$terminal" = "kitty";
11 "$menu" = "fuzzel"; 11 "$menu" = "fuzzel";
12 12
13 exec-once = [
14 "wpaperd"
15 ];
16
17 env = [ 13 env = [
18 "NIXOS_OZONE_WL,1" 14 "NIXOS_OZONE_WL,1"
19 "QT_QPA_PLATFORM,wayland" 15 "QT_QPA_PLATFORM,wayland"
@@ -85,7 +81,9 @@ in {
85 }; 81 };
86 82
87 cursor = { 83 cursor = {
84 use_cpu_buffer = true;
88 hide_on_key_press = true; 85 hide_on_key_press = true;
86 no_hardware_cursors = 0;
89 }; 87 };
90 88
91 input = { 89 input = {
@@ -147,7 +145,10 @@ in {
147 "$mainMod SHIFT, up, swapwindow, u" 145 "$mainMod SHIFT, up, swapwindow, u"
148 "$mainMod SHIFT, down, swapwindow, d" 146 "$mainMod SHIFT, down, swapwindow, d"
149 147
150 "$mainMod, T, cyclenext" 148 "$mainMod, N, cyclenext, tiled"
149 "$mainMod, T, cyclenext, prev tiled"
150 "$mainMod SHIFT, N, swapnext"
151 "$mainMod SHIFT, T, swapnext, prev"
151 152
152 "$mainMod, G, focusmonitor, 0" 153 "$mainMod, G, focusmonitor, 0"
153 "$mainMod, C, focusmonitor, 1" 154 "$mainMod, C, focusmonitor, 1"