From c659f9b73f81651f625bf938845ab2cc711cf9b0 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 16 Sep 2015 06:08:39 +0200 Subject: [PATCH 1/1] Improve i3 config. --- dotfiles_user_thinkpad/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2