i3: add pulseaudio package as requirement and fix default terminal
This commit is contained in:
parent
cb032a9862
commit
6f0cf875d6
@ -43,6 +43,7 @@ in
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nitrogen
|
nitrogen
|
||||||
xfce.xfce4-screenshooter
|
xfce.xfce4-screenshooter
|
||||||
|
pulseaudio # For pactl commands
|
||||||
];
|
];
|
||||||
xsession.enable = true; # Give gui programs access to sessionVariables
|
xsession.enable = true; # Give gui programs access to sessionVariables
|
||||||
# Prevent screen from going blank (check these settings with `xset q`)
|
# Prevent screen from going blank (check these settings with `xset q`)
|
||||||
|
@ -29,7 +29,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec alacritty
|
bindsym $mod+Return exec $TERMINAL
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
Loading…
x
Reference in New Issue
Block a user