From 29154ed76261079fc3b570d01b9548d00fa1a77b Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Fri, 20 Nov 2020 08:27:26 -0700 Subject: Add sticky feature and autofocus fix --- .config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index d7b2171..4085141 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -4,6 +4,7 @@ ##---Basic definitions---## exec_always feh --bg-fill ~/pix/wp/starwars_1.png +focus_on_window_activation urgent for_window [class=".*"] border pixel 2 gaps inner 0 gaps outer 0 @@ -180,6 +181,7 @@ client.background $c15 bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right + # Change focus between tiling/floating windows. bindsym $mod+space focus mode_toggle # bindsym $mod+a focus parent # bindsym $mod+d focus child @@ -190,8 +192,9 @@ client.background $c15 bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right - # Window. + # Window behavior. bindsym $mod+Shift+space floating toggle + bindsym $mod+Shift+s sticky toggle # Container layout. bindsym $mod+s layout stacking -- cgit v1.2.3-54-g00ecf