Compare commits

..

No commits in common. "fcc18b48594b92456d5a9a95b4f45f41214f4080" and "68e7eac999961840e7466e65b1db50ff88f0b9df" have entirely different histories.

View file

@ -237,11 +237,6 @@ bindsym Shift+F10 exec grimshot --notify save screen
bindsym Ctrl+Tab workspace next
bindsym Ctrl+grave workspace prev
# Audio volume (WirePlumber)
bindsym --locked XF86AudioRaiseVolume exec "wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+"
bindsym --locked XF86AudioLowerVolume exec "wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-"
bindsym --locked XF86AudioMute exec "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
bar {
swaybar_command waybar
}
@ -276,7 +271,3 @@ for_window [app_id="pavucontrol"] floating enable
# Start the systemd-user target for sway and import environment
# Makes service management a bit cleaner
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
# Restart kanshi if it is running
# This restores monitor configuration on reload
exec_always "systemctl --user is-active kanshi && systemctl --user restart kanshi"