From 81232a80c564d72b91b8334a3d9c006173783779 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 19 Jan 2016 08:35:56 +0000 Subject: [i3] Write absolute path for scripts --- .i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index 9403a9e..408336e 100644 --- a/.i3/config +++ b/.i3/config @@ -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 -- cgit v1.2.3