Fix urxvt, vim

This commit is contained in:
2018-08-17 23:38:00 +02:00
parent d30fef2533
commit 70d9968358
5 changed files with 6 additions and 8 deletions

View File

@@ -17,8 +17,8 @@
set $mod Mod4
# The default terminal
set $terminal "urxvt -title terminal"
set $calc "urxvt -title calc -e $SHELL -i -c calc"
set $terminal "{{ machine.terminal_binary }} -title terminal"
set $calc "{{ machine.terminal_binary }} -title calc -e $SHELL -i -c calc"
set $scriptdir ~/.i3/scripts