From 10af371a2348148c91d034b08eeec07694027238 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Jan 2025 19:29:16 +0100 Subject: ... --- accounts/gkleen@sif/hyprland.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'accounts/gkleen@sif/hyprland.nix') 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 { "$terminal" = "kitty"; "$menu" = "fuzzel"; - exec-once = [ - "wpaperd" - ]; - env = [ "NIXOS_OZONE_WL,1" "QT_QPA_PLATFORM,wayland" @@ -85,7 +81,9 @@ in { }; cursor = { + use_cpu_buffer = true; hide_on_key_press = true; + no_hardware_cursors = 0; }; input = { @@ -147,7 +145,10 @@ in { "$mainMod SHIFT, up, swapwindow, u" "$mainMod SHIFT, down, swapwindow, d" - "$mainMod, T, cyclenext" + "$mainMod, N, cyclenext, tiled" + "$mainMod, T, cyclenext, prev tiled" + "$mainMod SHIFT, N, swapnext" + "$mainMod SHIFT, T, swapnext, prev" "$mainMod, G, focusmonitor, 0" "$mainMod, C, focusmonitor, 1" -- cgit v1.2.3