sway: smol fixes

This commit is contained in:
Inhji 2023-10-12 17:59:49 +02:00
parent f5d1ab819e
commit 5518bacd20
1 changed files with 9 additions and 5 deletions

View File

@ -72,7 +72,7 @@ input "1003:8258:MNT_Reform_Keyboard" {
xkb_options compose:caps
}
default_border pixel 0
default_border pixel 2
hide_edge_borders both
### Key bindings
@ -215,10 +215,10 @@ bindsym --release $mod+x bar mode invisible bar-0
#
set $rsize 100px
mode "resize" {
#bindsym Left resize shrink width $rsize
#bindsym Down resize grow height $rsize
#bindsym Up resize shrink height $rsize
#bindsym Right resize grow width $rsize
bindsym Left resize shrink width $rsize
bindsym Down resize grow height $rsize
bindsym Up resize shrink height $rsize
bindsym Right resize grow width $rsize
# Return to default mode
bindsym Return mode "default"
@ -266,6 +266,7 @@ bar {
for_window [app_id="pavucontrol"] floating enable
for_window [app_id="gnome-control-center"] floating enable
for_window [app_id="blueman-manager"] floating enable
for_window [instance="Msgcompose"] floating enable
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
@ -283,6 +284,9 @@ exec /usr/libexec/gsd-xsettings
exec lxpolkit
# start network manager applet
exec nm-applet --indicator
# start bluetooth applet
exec blueman-applet
# start volume applet