diff options
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/config | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 8d8a8d7..ecf8f22 100644 --- a/sway/config +++ b/sway/config @@ -21,7 +21,9 @@ set $cl_urge #ee2e24 # Display # ############# -font pango:Iosevka Nerd Font 11 +font pango:Iosevka Nerd Font 0 + +titlebar_padding 1 gaps inner 15 @@ -59,6 +61,10 @@ for_window [app_id="termfloat"] floating enable for_window [app_id="termfloat"] resize set height 500 for_window [app_id="termfloat"] resize set width 900 +default_border pixel 3 + +default_floating_border normal 3 + ############## # Keybinds # ############## @@ -188,6 +194,8 @@ exec swayidle -w \ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +exec aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log + # Chromium hotkey fix for_window [app_id="^chrome-.*-.*$"] shortcuts_inhibitor disable |
