diff options
author | neodarz <neodarz@neodarz.net> | 2018-04-10 19:23:41 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-04-10 19:23:41 +0200 |
commit | dca624f5a482e13da242e3810a1849fd7525fd49 (patch) | |
tree | 8284b2d69461fb17ee5544b0fb8aaa9f5e39fd5a /i3 | |
parent | 14f9c4238182dfaff4aae82713b86d0bd5cdaa6e (diff) | |
download | dotfiles_ascii-dca624f5a482e13da242e3810a1849fd7525fd49.tar.xz dotfiles_ascii-dca624f5a482e13da242e3810a1849fd7525fd49.zip |
Enable split horizontal and vertical orientation
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
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 |