commit 76aa549ee162acb3f3f27977e6ec68b4cd23131c
parent 9c4af3cd7dca62d263ce819c55a5fd061d393a91
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 1 Jun 2020 13:36:18 +0200
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>
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/users/vincent/desktop/i3.nix b/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