This commit is contained in:
KoenDR06 2025-03-16 19:52:51 +01:00
parent b3d3d232f1
commit 1638ad4031
3 changed files with 5 additions and 3 deletions

View file

@ -5,12 +5,13 @@ $terminal = kitty
$fileManager = dolphin
$menu = wofi --show drun
$nix = /home/horseman/nix-config
#################
### AUTOSTART ###
#################
exec-once = swaybg -i ~/nix-config/misc/wallpaper.png
exec-once = swaybg -i $nix/misc/wallpaper.png
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:

View file

@ -49,8 +49,8 @@ bind = CONTROL&$mainMod, right, workspace, e+1
bind = CONTROL&$mainMod, left, workspace, e-1
# Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
bindel = SHIFT,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+
bindel = SHIFT,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle