diff --git a/sway-home/.config/sway/config b/sway-home/.config/sway/config index bf7b97a6..0f9da52b 100644 --- a/sway-home/.config/sway/config +++ b/sway-home/.config/sway/config @@ -3,7 +3,7 @@ # Read `man 5 sway` for reference. # border & title -for_window [class="^.*"] border pixel 1, title_format " %class >> %title " +for_window [title="^.*"] border pixel 1, title_format " %class >> %title " default_border pixel 1 # gaps @@ -105,7 +105,7 @@ input "type:keyboard" { } # numlock on/off -# input * xkb_numlock disabled +# input * xkb_numlock enabled ############# Bindings ################## @@ -323,11 +323,10 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5 ############ application settings ############ # focus, floating, & sticky -for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config|nwg-panel-config)"] floating enable +for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config)"] floating enable for_window [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable for_window [class="(?i)(?:lxappearance)"] floating enable for_window [app_id="(?i)(?:firefox|chromium)"] border none for_window [title="(?i)(?:copying|deleting|moving)"] floating enable - popup_during_fullscreen smart