hosts/dunamis/users/user/programs.nix: remove vial
hosts/sarien/users/user/flatpak.nix: use dunamis flatpak modules/home/desktop/niri/default.nix: add coffee bind Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -583,6 +583,7 @@ in {
|
||||
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
|
||||
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
|
||||
|
||||
XF86ScreenSaver allow-when-locked=true { spawn "${lockscreen}"; }
|
||||
XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "s" "5%+"; }
|
||||
XF86MonBrightnessDown allow-when-locked=true { spawn "brightnessctl" "s" "5%-"; }
|
||||
Alt+XF86MonBrightnessUp allow-when-locked=true { spawn "brightnessctl" "s" "5%+" "-d" "${keyboard}::kbd_backlight"; }
|
||||
|
Reference in New Issue
Block a user