From 8c36e586dc2b59745a7078de062d87fc6ba43524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Wadstr=C3=B6m?= Date: Sun, 22 Sep 2024 20:12:06 +0200 Subject: [PATCH] Add focus child using disabled stacking shortcut, try with borders --- .config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 0eebb83..7a1646e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -131,6 +131,7 @@ bindsym $mod+Mod1+$down move workspace to output down # Move focus to the parent container bindsym $mod+a focus parent + bindsym $mod+s focus child # # Scratchpad: # @@ -248,7 +249,7 @@ smart_gaps on # Titlebars # font pango:monospace 12px -default_border pixel 2 +#default_border pixel 2 titlebar_border_thickness 2 hide_edge_borders smart # @@ -312,6 +313,5 @@ exec_always { # # 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=".*"] border pixel 4