Prefer gnome-terminal
This is a temporary change. Will get back on urxvt in the future.
This commit is contained in:
parent
b268da5aca
commit
c0b8167c2c
1 changed files with 4 additions and 4 deletions
|
@ -38,14 +38,14 @@ floating_modifier $mod
|
||||||
# spotify = s
|
# spotify = s
|
||||||
#
|
#
|
||||||
# Vertical
|
# Vertical
|
||||||
bindsym $mod+Ctrl+t split v; exec urxvtc
|
bindsym $mod+Ctrl+t split v; exec gnome-terminal
|
||||||
bindsym $mod+Ctrl+Return split v; exec urxvtc
|
bindsym $mod+Ctrl+Return split v; exec gnome-terminal
|
||||||
bindsym $mod+Ctrl+e split v; exec emacs
|
bindsym $mod+Ctrl+e split v; exec emacs
|
||||||
bindsym $mod+Ctrl+c split v; exec google-chrome
|
bindsym $mod+Ctrl+c split v; exec google-chrome
|
||||||
bindsym $mod+Ctrl+s split v; exec spotify
|
bindsym $mod+Ctrl+s split v; exec spotify
|
||||||
# Horizontal
|
# Horizontal
|
||||||
bindsym $mod+Ctrl+Shift+t split h; exec urxvtc
|
bindsym $mod+Ctrl+Shift+t split h; exec gnome-terminal
|
||||||
bindsym $mod+Ctrl+Shift+Return split h; exec urxvtc
|
bindsym $mod+Ctrl+Shift+Return split h; exec gnome-terminal
|
||||||
bindsym $mod+Ctrl+Shift+e split h; exec emacs
|
bindsym $mod+Ctrl+Shift+e split h; exec emacs
|
||||||
bindsym $mod+Ctrl+Shift+c split h; exec google-chrome
|
bindsym $mod+Ctrl+Shift+c split h; exec google-chrome
|
||||||
bindsym $mod+Ctrl+Shift+s split h; exec spotify
|
bindsym $mod+Ctrl+Shift+s split h; exec spotify
|
||||||
|
|
Loading…
Reference in a new issue