diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-10 19:24:43 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-10 19:24:43 +0200 |
commit | bc0497ecfb0226185fec1eca0a938957eed85ca3 (patch) | |
tree | a4359f4be48cfbf5ee62f5d7261835fbc24feb4e /i3 | |
parent | dca624f5a482e13da242e3810a1849fd7525fd49 (diff) | |
download | dotfiles_ascii-bc0497ecfb0226185fec1eca0a938957eed85ca3.tar.xz dotfiles_ascii-bc0497ecfb0226185fec1eca0a938957eed85ca3.zip |
Add new keybinding for cycle-workspace-multiscreen
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b7c1a5e..a7f4580 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -117,8 +117,10 @@ 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 -bindsym Control+$AltKey+Right exec ~/.scripts/cycle-workspace_more_2.py right -bindsym Control+$AltKey+Left exec ~/.scripts/cycle-workspace_more_2.py left +bindsym Control+$AltKey+Right exec ~/.scripts/cycle-workspace-multiscreen.py right +bindsym Control+$AltKey+Left exec ~/.scripts/cycle-workspace-multiscreen.py left +bindsym Control+$AltKey+Top exec ~/.scripts/cycle-workspace-multiscreen.py top +bindsym Control+$AltKey+Bottom exec ~/.scripts/cycle-workspace-multiscreen.py bottom # 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' |