diff options
Diffstat (limited to 'i3wm')
| -rw-r--r-- | i3wm/.i3/config | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 3ae1d66..feadbf1 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -106,9 +106,10 @@ bindsym Control+Return exec urxvtc -title "Chicken Scheme REPL" -e csi -q  bindsym $mod+Return    exec urxvtc  bindsym $alt+Return    exec gvim -bindsym $alt+space     exec --no-startup-id passman submitform -bindsym Control+space  exec --no-startup-id ~/.i3/apply_layout.sh -bindsym $mod+c         exec --no-startup-id = +bindsym $alt+space     exec passman submitform +bindsym Control+space  exec ~/.i3/apply_layout.sh +bindsym $mod+c         exec = +bindsym Print          exec xfce4-screenshooter  bindsym         Mod1+l exec --no-startup-id i3lock -c 000000  bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh @@ -116,8 +117,6 @@ bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh  bindsym Control+Mod1+v exec --no-startup-id ~/.screenlayout/docked_vertical.sh  bindsym Control+Mod1+t exec --no-startup-id ~/.screenlayout/docked_tv_mode.sh -bindsym Print exec --no-startup-id xfce4-screenshooter -  bindsym $mod+n [title="^.*\.wiki \(~\/note.*\).*GVIM$"] scratchpad show  bindsym $mod+z [title="^.*- Zeal$"]                     scratchpad show  | 
