i3: add pulseaudio package as requirement and fix default terminal

This commit is contained in:
Julian Mutter 2024-06-26 12:03:51 +02:00
parent cb032a9862
commit 6f0cf875d6
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ in
home.packages = with pkgs; [
nitrogen
xfce.xfce4-screenshooter
pulseaudio # For pactl commands
];
xsession.enable = true; # Give gui programs access to sessionVariables
# Prevent screen from going blank (check these settings with `xset q`)

View File

@ -29,7 +29,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec alacritty
bindsym $mod+Return exec $TERMINAL
# kill focused window
bindsym $mod+Shift+q kill