From 6c1330424b0cf1116bc968ba9d9bb37096248d0d Mon Sep 17 00:00:00 2001 From: CramMK Date: Mon, 16 Mar 2020 15:01:18 +0100 Subject: [PATCH] Add workspace cycle to i3 --- dotfiles/i3/i3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/i3/i3 b/dotfiles/i3/i3 index 034df37..fc17370 100644 --- a/dotfiles/i3/i3 +++ b/dotfiles/i3/i3 @@ -173,6 +173,10 @@ bindsym --release $mod+Shift+p exec"import ~/Screenshot-$(date '+%Y%m%d-%H%M%S') bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness +# Workspace Cycle +bindsym $mod+n workspace next +bindsym $mod+p workspace prev + # PC specific configurations: # WORKSTATION: {%@@ if profile == "work" @@%}