From 419b56d175708a54dc6bfb74a21921dec65b3bbc Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Mon, 5 Aug 2019 16:30:14 +0000 Subject: [PATCH] fix some i3 bindings --- _config/i3/config | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/_config/i3/config b/_config/i3/config index 2587a6b..c880d74 100644 --- a/_config/i3/config +++ b/_config/i3/config @@ -18,17 +18,29 @@ focus_follows_mouse no # kill focused window bindsym $mod+Shift+q kill -# move window focus +# move window focus (Vim style) bindsym $mod+h focus left bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right # move window focus (with arrow keys) -bindsym $mod+Shift+Left focus left -bindsym $mod+Shift+Down focus down -bindsym $mod+Shift+Up focus up -bindsym $mod+Shift+Right focus right +bindsym $mod+Left focus left +bindsym $mod+Down focus down +bindsym $mod+Up focus up +bindsym $mod+Right focus right + +# move window (Vim style) +bindsym $mod+Shift+h move left +bindsym $mod+Shift+j move down +bindsym $mod+Shift+k move up +bindsym $mod+Shift+l move right + +# move window (with arrow keys) +bindsym $mod+Shift+Left move left +bindsym $mod+Shift+Down move down +bindsym $mod+Shift+Up move up +bindsym $mod+Shift+Right move right # splits bindsym $mod+u split h @@ -123,12 +135,13 @@ set_from_resource $bgalt i3wm.color8 # class brdr bg txt indic childbdr client.focused $bg $bg $fg $bg $bg -# client.focused_inactive $bg $bg $fg $bg $bg +client.focused_inactive $bg $bg $fg $bg $bg client.unfocused $bgalt $bgalt $fg $bg $bgalt + # client.urgent $bg $bg $fg $bg $bg # client.placeholder $bg $bg $fg $bg $bg # client.background $bg # autostart -exec_always --no-startup-id wal -q -t -i ~/wallpaper +exec_always --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8 exec_always --no-startup-id ~/.config/polybar/launch.sh