Replace terminator by newly configured urxvt.

This commit is contained in:
2014-04-12 00:30:24 +02:00
parent b33dce255a
commit 136b4dcffb
4 changed files with 103 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
set $mod Mod4
# The default terminal
set $terminal terminator
set $terminal urxvt
# Path to the exit script
set $path_i3exit ~/.i3/scripts/i3exit.bash
@@ -291,6 +291,7 @@
for_window [class="^Terminator$"] border 1pixel
for_window [class="^Firefox$"] border 1pixel
for_window [class="^Truecrypt$"] floating enable
for_window [class="^URxvt$"] border 1pixel
################################################################################
### APPLICATION AUTOSTART ######################################################