diff --git a/hosts/dunamis/users/user/programs.nix b/hosts/dunamis/users/user/programs.nix index 980c8f4..dd8487f 100644 --- a/hosts/dunamis/users/user/programs.nix +++ b/hosts/dunamis/users/user/programs.nix @@ -9,6 +9,7 @@ stylix.targets.fzf.enable = false; services.ssh-agent.enable = true; + services.pueue.enable = true; syncthing.enable = true; diff --git a/modules/home/desktop/niri/default.nix b/modules/home/desktop/niri/default.nix index 422f33a..f07bc0f 100644 --- a/modules/home/desktop/niri/default.nix +++ b/modules/home/desktop/niri/default.nix @@ -635,8 +635,8 @@ in { Ctrl+Print { screenshot-screen; } Shift+Print { screenshot-window; } - XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.05+"; } - XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.05-"; } + XF86AudioRaiseVolume allow-when-locked=true { spawn "wpctl" "set-volume" "-l" "1.0" "@DEFAULT_AUDIO_SINK@" "5%+"; } + XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "-l" "1.0" "@DEFAULT_AUDIO_SINK@" "5%-"; } XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; } XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; } XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; } diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 960362d..e031b90 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -32,11 +32,18 @@ in { fish = { enable = true; shellAliases = { - cd = "z"; # cat = "bat"; - la = "ls -a"; - l = "ls -la"; + cd = "z"; + ed = "$EDITOR"; jf = "jj-fzf"; # think of jeff + l = "ls -lah"; + la = "ls -ah"; + ll = "ls -lh"; + s = "systemctl"; + p = "pueue"; + }; + shellAbbrs = { + pa = "pueue add --"; }; interactiveShellInit = '' bind \e\[3\;5~ kill-word