From 3258dc3102d78533f798d91a1aba084e560e5e2a Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 30 Mar 2018 09:47:07 +0200 Subject: Add i3 conf for moving workspaces --- i3/.config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'i3/.config') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 3022be5..30296aa 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -116,6 +116,7 @@ bindsym $WinKey+control+l exec i3lock-fancy bindsym $WinKey+p exec rofi-pass #bindsym $WinKey+Shift+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6 bindsym XF86AudioPlay exec ~/.config/i3/switch_audio.sh 8 +bindsym $WinKey+g exec ~/.scripts/cycle-workspace.py # start a terminal #bindsym $WinKey+Return exec urxvt --termName 'rxvt-unicode' -fn 'xft:Fira Code:size=8' --background 'black' --color0 'black' --color8 'black' --color1 'red' --color9 'red' --color2 'green' --color10 'green' --color3 'yellow' --color11 'yellow' --color4 'blue' --color12 'blue' --color6 'cyan' --color14 'cyan' --color7 'white' --color15 'white' -cursorColor '#ffffff' @@ -216,7 +217,9 @@ workspace 28 output HDMI-0 workspace 29 output HDMI-0 workspace 30 output HDMI-0 - +# move focused window between monitors +bindsym $WinKey+Control+Shift+greater move workspace to output right +bindsym $WinKey+Control+less move workspace to output left # switch to workspace #.#fr -- cgit v1.2.1