diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-03-31 13:42:13 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-03-31 13:42:13 +0200 |
commit | 122ac96915be952782b3dd8117badc9c3683a365 (patch) | |
tree | 409de4639036ee629d8983aa8f75708fd6699e7c /i3 | |
parent | 3258dc3102d78533f798d91a1aba084e560e5e2a (diff) | |
download | dotfiles_ascii-122ac96915be952782b3dd8117badc9c3683a365.tar.xz dotfiles_ascii-122ac96915be952782b3dd8117badc9c3683a365.zip |
Add first version of script for move workspace between workspace when each workspace are fixed to a screen
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 30296aa..63a1dd0 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -117,6 +117,8 @@ 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 # 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' |