diff --git a/config/sway/config b/config/sway/config index bab1ef8..fb5da8d 100644 --- a/config/sway/config +++ b/config/sway/config @@ -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