Add focus child using disabled stacking shortcut, try with borders
This commit is contained in:
parent
a349c8c992
commit
8c36e586dc
@ -131,6 +131,7 @@ bindsym $mod+Mod1+$down move workspace to output down
|
|||||||
|
|
||||||
# Move focus to the parent container
|
# Move focus to the parent container
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
bindsym $mod+s focus child
|
||||||
#
|
#
|
||||||
# Scratchpad:
|
# Scratchpad:
|
||||||
#
|
#
|
||||||
@ -248,7 +249,7 @@ smart_gaps on
|
|||||||
# Titlebars
|
# Titlebars
|
||||||
#
|
#
|
||||||
font pango:monospace 12px
|
font pango:monospace 12px
|
||||||
default_border pixel 2
|
#default_border pixel 2
|
||||||
titlebar_border_thickness 2
|
titlebar_border_thickness 2
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
#
|
#
|
||||||
@ -312,6 +313,5 @@ exec_always {
|
|||||||
|
|
||||||
#
|
#
|
||||||
# App Specific Styling
|
# App Specific Styling
|
||||||
for_window [app_id="termite"] border pixel
|
#for_window [app_id="termite"] border pixel
|
||||||
for_window [app_id=pavucontrol] floating enable
|
for_window [app_id=pavucontrol] floating enable
|
||||||
for_window [app_id=".*"] border pixel 4
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user