about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-08T18·14+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-08T18·14+0000
commitc0b8167c2c852394b1fcdfc06f949bd57321b352 (patch)
treede6e1b66e4a734fe16c8b69c21588268b7d8bab1 /configs
parentb268da5aca8b51197c5a0844b610c8c225295cf6 (diff)
Prefer gnome-terminal
This is a temporary change. Will get back on urxvt in the future.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux/misc/.config/i3/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/linux/misc/.config/i3/config b/configs/linux/misc/.config/i3/config
index c6b7bc2f5253..1feb71dc8195 100644
--- a/configs/linux/misc/.config/i3/config
+++ b/configs/linux/misc/.config/i3/config
@@ -38,14 +38,14 @@ floating_modifier $mod
 # spotify  = s
 #
 # Vertical
-bindsym $mod+Ctrl+t            split v; exec urxvtc
-bindsym $mod+Ctrl+Return       split v; exec urxvtc
+bindsym $mod+Ctrl+t            split v; exec gnome-terminal
+bindsym $mod+Ctrl+Return       split v; exec gnome-terminal
 bindsym $mod+Ctrl+e            split v; exec emacs
 bindsym $mod+Ctrl+c            split v; exec google-chrome
 bindsym $mod+Ctrl+s            split v; exec spotify
 # Horizontal
-bindsym $mod+Ctrl+Shift+t      split h; exec urxvtc
-bindsym $mod+Ctrl+Shift+Return split h; exec urxvtc
+bindsym $mod+Ctrl+Shift+t      split h; exec gnome-terminal
+bindsym $mod+Ctrl+Shift+Return split h; exec gnome-terminal
 bindsym $mod+Ctrl+Shift+e      split h; exec emacs
 bindsym $mod+Ctrl+Shift+c      split h; exec google-chrome
 bindsym $mod+Ctrl+Shift+s      split h; exec spotify