diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-19 08:35:56 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-19 08:35:56 +0000 |
commit | 81232a80c564d72b91b8334a3d9c006173783779 (patch) | |
tree | 4d46e31ee69048d111203603cfa02d8d29c2bd2f /.i3 | |
parent | a22d0fee7dacfe48d2ac1ae4f4d8309687be4e8f (diff) |
[i3] Write absolute path for scripts
Diffstat (limited to '.i3')
-rw-r--r-- | .i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -109,8 +109,8 @@ bindsym $mod+Shift+plus move container to workspace number 9 bindsym $mod+Shift+bracketright move container to workspace number 10 # Keybindings for create and move -bindsym $mod+n exec --no-startup-id workspace n -bindsym $mod+Shift+n exec --no-startup-id workspace m +bindsym $mod+n exec $HOME/bin/workspace n +bindsym $mod+Shift+n exec $HOME/bin/workspace m # reload the configuration file bindsym $mod+Shift+c reload @@ -158,7 +158,7 @@ bindsym $mod+period workspace next # Programs shortcuts bindsym $mod+b exec --no-startup-id uzbl-browser -bindsym $mod+i exec --no-startup-id vimin +bindsym $mod+i exec $HOME/bin/vimin # Configuration # bindsym F1 exec $HOME/.xinitrc @@ -183,4 +183,4 @@ bindsym XF86MonBrightnessDown exec light -U 10 # font pango:DejaVu Sans Mono 10 bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds -bindsym $mod+semicolon exec --no-startup-id /home/urbain/dotfiles/bin/run +bindsym $mod+semicolon exec --no-startup-id $HOME/bin/run |