From: Christian Heller Date: Wed, 16 Sep 2015 04:08:39 +0000 (+0200) Subject: Improve i3 config. X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=commitdiff_plain;h=c659f9b73f81651f625bf938845ab2cc711cf9b0;hp=1b489d31fec39fcdbd65b881a14858d251894b16;p=config Improve i3 config. --- diff --git a/dotfiles_user_thinkpad/i3/config b/dotfiles_user_thinkpad/i3/config index 6330887..3bf1588 100644 --- a/dotfiles_user_thinkpad/i3/config +++ b/dotfiles_user_thinkpad/i3/config @@ -11,8 +11,8 @@ set $mod Mod4 floating_modifier $mod # Launch xterm small-font white-on-black or big-font black-on-white. -bindsym $mod+Return exec xterm -ls -r -bindsym $mod+Shift+Return exec xterm -ls -fn 10x20 +bindsym $mod+Return exec xterm -vb -ls -r +bindsym $mod+Shift+Return exec xterm -vb -ls -fn 10x20 # Launch programs via dmenu. bindsym $mod+d exec dmenu_run @@ -36,8 +36,8 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # Resize windows -bindsym $mod+h resize shrink width -bindsym $mod+l resize grow width +bindsym $mod+h resize shrink width 1 px or 1 ppt +bindsym $mod+l resize grow width 1 px or 1 ppt bindsym $mod+j resize shrink height bindsym $mod+k resize grow height