diff options
Diffstat (limited to 'configs/linux/misc/.config/i3/config')
-rw-r--r-- | configs/linux/misc/.config/i3/config | 8 |
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 |