From 6eb2c66edea8c37d2e7220fcd0023ef3c4b5d027 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Thu, 18 May 2023 17:04:54 -0500
Subject: [PATCH] fixing hyprland cylcing

---
 user/modules/hyprland.nix | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix
index 3726ccb..87108c6 100644
--- a/user/modules/hyprland.nix
+++ b/user/modules/hyprland.nix
@@ -154,12 +154,12 @@
 
     bind = SUPER,h,movefocus,l
     bind = SUPER,l,movefocus,r
-    bind = SUPER,k,cyclenext,prev
-    bind = SUPER,j,cyclenext
+    bind = SUPER,k,layoutmsg,cycleprev
+    bind = SUPER,j,layoutmsg,cyclenext
     bind = SUPERSHIFT,h,movewindow,l
     bind = SUPERSHIFT,l,movewindow,r
-    bind = SUPERSHIFT,k,movewindow,u
-    bind = SUPERSHIFT,j,movewindow,d
+    bind = SUPERSHIFT,k,layoutmsg,swapprev
+    bind = SUPERSHIFT,j,layoutmsg,swapnext
     bind = SUPERCTRL,l,splitratio,+0.05
     bind = SUPERCTRL,h,splitratio,-0.05
     bind = SUPERCTRL,c,centerwindow
@@ -221,7 +221,7 @@
     exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
     exec-once = dbus-update-activation-environment --systemd --all
     exec-once = jellyfin-mpv-shim
-    exec-once = hyprctl setcursor phinger-cursors-light
+    exec-once = hyprctl setcursor phinger-cursors-light 24
     exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1' 
   '';
   };