From 69fc36d7a9a8476ae128ff3a75977348aafa1e59 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Tue, 18 Aug 2015 00:23:49 +0530 Subject: [PATCH] Starts urxvt in the current working directory --- files/i3/.i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 9eb7bc5..17a7f9e 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -23,7 +23,7 @@ exec urxvtd -q -f -o #terminal exec xbacklight -set 15 # Code Workspace -exec i3-msg "workspace 1:code; exec urxvtc" +exec i3-msg "workspace 1:code; exec cwdterm.sh" exec i3-msg "workspace 1:code; exec subl3" # Web workspace @@ -45,12 +45,12 @@ font pango:DejaVu Sans 9 floating_modifier $mod # start a terminal -bindsym $mod+Return split v; exec urxvtc -bindsym $mod+Shift+Return split h; exec urxvtc +bindsym $mod+Return split v; exec cwdterm.sh +bindsym $mod+Shift+Return split h; exec cwdterm.sh # Split terminals using byobu shortcuts -bindsym Shift+F2 split v; exec urxvtc -bindsym Ctrl+F2 split h; exec urxvtc +bindsym Shift+F2 split v; exec cwdterm.sh +bindsym Ctrl+F2 split h; exec cwdterm.sh # kill focused window bindsym $mod+Shift+q kill