minor fixes

This commit is contained in:
piotr 2022-01-13 01:20:36 +01:00
parent e72e22c222
commit cf1fd1a261

View File

@ -3,7 +3,7 @@
# Read `man 5 sway` for reference. # Read `man 5 sway` for reference.
# border & title # border & title
for_window [class="^.*"] border pixel 1, title_format "<b> %class >> %title </b>" for_window [title="^.*"] border pixel 1, title_format "<b> %class >> %title </b>"
default_border pixel 1 default_border pixel 1
# gaps # gaps
@ -105,7 +105,7 @@ input "type:keyboard" {
} }
# numlock on/off # numlock on/off
# input * xkb_numlock disabled # input * xkb_numlock enabled
############# Bindings ################## ############# Bindings ##################
@ -323,11 +323,10 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5
############ application settings ############ ############ application settings ############
# focus, floating, & sticky # 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 [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable
for_window [class="(?i)(?:lxappearance)"] floating enable for_window [class="(?i)(?:lxappearance)"] floating enable
for_window [app_id="(?i)(?:firefox|chromium)"] border none for_window [app_id="(?i)(?:firefox|chromium)"] border none
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable for_window [title="(?i)(?:copying|deleting|moving)"] floating enable
popup_during_fullscreen smart popup_during_fullscreen smart