diff options
author | neodarz <neodarz@neodarz.net> | 2018-03-30 09:47:07 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-03-30 09:47:07 +0200 |
commit | 3258dc3102d78533f798d91a1aba084e560e5e2a (patch) | |
tree | bd1157caa1c206fd2592b2ee20966f8407713fa5 /i3 | |
parent | 5e779a5f9e9e6f1a4969f05e8c8773c68e3f3e35 (diff) | |
download | dotfiles_ascii-3258dc3102d78533f798d91a1aba084e560e5e2a.tar.xz dotfiles_ascii-3258dc3102d78533f798d91a1aba084e560e5e2a.zip |
Add i3 conf for moving workspaces
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 5 |
1 files changed, 4 insertions, 1 deletions
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 |