Refine desktop audio and power defaults

This commit is contained in:
Fabio Scotto di Santolo
2026-03-26 14:43:52 +01:00
parent 686d77d942
commit ab530b9b9b
5 changed files with 22 additions and 4 deletions

View File

@@ -28,11 +28,10 @@ exec --no-startup-id nm-applet
exec --no-startup-id blueman-applet
exec --no-startup-id udiskie --tray --automount
exec --no-startup-id volumeicon
exec --no-startup-id xfce4-power-manager
exec --no-startup-id xfce4-clipman
# Lock before suspend
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.config/i3/scripts/lockscreen
# Lock screen on suspend (handled by elogind)
exec --no-startup-id xss-lock -- ~/.config/i3/scripts/lockscreen
# General behavior
focus_follows_mouse no

View File

@@ -21,6 +21,10 @@ command=~/.config/i3blocks/scripts/wifi
interval=10
color=#4a90d9
[battery]
command=~/.config/i3blocks/scripts/battery
interval=30
[time]
command=date '+%Y-%m-%d %H:%M'
interval=60

View File

@@ -0,0 +1,3 @@
wireplumber.settings = {
bluetooth.autoswitch-to-headset-profile = false
}