From 6f0cf875d68c083ae6b6aa0554960a20e0e2b00e Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Wed, 26 Jun 2024 12:03:51 +0200 Subject: [PATCH] i3: add pulseaudio package as requirement and fix default terminal --- modules/home/i3/default.nix | 1 + modules/home/i3/i3/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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