diff --git a/modules/home/i3/default.nix b/modules/home/i3/default.nix index cec6b66..63f3ca9 100644 --- a/modules/home/i3/default.nix +++ b/modules/home/i3/default.nix @@ -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`) diff --git a/modules/home/i3/i3/config b/modules/home/i3/i3/config index 4f9059c..8f06dc6 100644 --- a/modules/home/i3/i3/config +++ b/modules/home/i3/i3/config @@ -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