From c1c27a3a9c3a03ff9cb9dac1fb2a9e067c8a279f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 13 May 2023 14:56:23 -0400 Subject: [PATCH] hyprland: Remove per-key orientation switching In order to avoid conflicts with keybinds in the GNOME VM, removing per-key orientation switching and replacing it with one key that switches between all orientations seems ideal. --- home.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home.nix b/home.nix index b083307b..347fa2b1 100644 --- a/home.nix +++ b/home.nix @@ -136,10 +136,6 @@ bind = SUPER, K, layoutmsg, cycleprev bind = SUPER_SHIFT, J, layoutmsg, swapnext bind = SUPER_SHIFT, K, layoutmsg, swapprev - bind = SUPER, left, layoutmsg, orientationleft - bind = SUPER, right, layoutmsg, orientationright - bind = SUPER, up, layoutmsg, orientationtop - bind = SUPER, down, layoutmsg, orientationbottom bind = SUPER, C, layoutmsg, orientationcenter bind = SUPER, H, layoutmsg, addmaster bind = SUPER, L, layoutmsg, removemaster