From dca624f5a482e13da242e3810a1849fd7525fd49 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 10 Apr 2018 19:23:41 +0200 Subject: Enable split horizontal and vertical orientation --- i3/.config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 63a1dd0..b7c1a5e 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -57,7 +57,7 @@ set $AltKey Mod1 # help command bindsym $AltKey+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what.sh -bindsym $WinKey+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what_command_help.sh +bindsym Control+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what_command_help.sh bindsym $WinKey+a exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x49 -e sh ~/.config/i3/what_alias.sh # Font for window titles. Will also be used by the bar unless a different font @@ -160,10 +160,10 @@ bindsym $WinKey+Shift+Up move up bindsym $WinKey+Shift+Right move right # split in horizontal orientation -#bindsym $WinKey+h split h +bindsym $WinKey+h split h # split in vertical orientation -#bindsym $WinKey+v split v +bindsym $WinKey+v split v # enter fullscreen mode for the focused container bindsym $WinKey+f fullscreen toggle -- cgit v1.2.1