Use safe xcwd, start firefox on boot

This commit is contained in:
Austen Adler 2016-10-12 23:42:57 -04:00
parent ee941c3b97
commit 78f1c4688b
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -34,7 +34,7 @@ bindsym $mod+i border normal
bindsym $mod+shift+i border 1pixel
# Run a terminal
bindsym $mod+Return exec urxvt
bindsym $mod+shift+Return exec urxvt -cd `xcwd`
bindsym $mod+shift+Return exec urxvt -cd "$(xcwd)"
# Terminate program
bindsym $mod+shift+c kill
# XF86 Buttons
@ -180,5 +180,6 @@ exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/urxvt'
exec --no-startup-id /usr/bin/redshift -l 36.3:-80.3 -t 4000:2000
exec --no-startup-id /usr/bin/parcellite
exec --no-startup-id /usr/bin/numlockx
exec --no-startup-id firefox || firefox-bin
exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/syncthing'
# vim: ts=2:sw=2:et