From f528cb399107eb05ac45545185c2507ab7d578bf Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 10 Jul 2017 10:43:35 -0700 Subject: [PATCH] i3 fixes. --- dotfiles/config/i3/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index 42b86ee..34e4ecd 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -87,6 +87,10 @@ bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 +# Move workspaces between monitors +bindsym $mod+Shift+greater move workspace to output right +bindsym $mod+Shift+less move workspace to output left + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) @@ -126,9 +130,10 @@ bindsym $alt+Control+Left workspace prev # i3 lock exec --no-startup-id ~/bin/i3lock.sh & -bindsym $mod+l exec i3lock -c 000000 -d && (sleep 2; xset dpms force off) & +bindsym $mod+l exec \ + bash -c "i3lock -c 000000 -d && (sleep 2 && xset dpms force off) &" bindsym $alt+Control+l exec \ - i3lock -c 000000 -d && (sleep 2; xset dpms force off) & + bash -c "i3lock -c 000000 -d && (sleep 2 && xset dpms force off) &" # things to start quickly bindsym $mod+g exec /usr/bin/google-chrome-beta --password-store=gnome