Commit 76aa549ee162

Vincent Demeester <vincent@sbr.pm>
2020-06-01 13:36:18
i3: use pgUp/pgDown to switch workspace
This make it "closer" to what I am used to on fedora (gnome3) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9c4af3c
Changed files (1)
users
vincent
desktop
users/vincent/desktop/i3.nix
@@ -214,7 +214,9 @@ in
         "Mod4+61" = "focus mode_toggle";
         # manage workspace
         "Mod4+113" = "workspace prev_on_output";
+        "Mod4+112" = "workspace prev_on_output";
         "Mod4+114" = "workspace next_on_output";
+        "Mod4+117" = "workspace next_on_output";
         # manage output
         "Mod4+Shift+113" = "focus output left";
         "Mod4+Shift+116" = "focus output down";
@@ -275,7 +277,7 @@ in
       bindcode $mod+Shift+16 move container to workspace $WS7
       bindcode $mod+Shift+17 move container to workspace $WS8
       bindcode $mod+Shift+18 move container to workspace $WS9
-        bindcode $mod+Shift+19 move container to workspace $WS0
+      bindcode $mod+Shift+19 move container to workspace $WS0
 
       assign [class="Firefox" window_role="browser"] → $WS1
       assign [class="Google-chrome" window_role="browser"] → $WS1