mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
fu8n
This commit is contained in:
parent
a6b6c2ac24
commit
67c1ae558d
2 changed files with 4 additions and 0 deletions
|
|
@ -364,6 +364,9 @@ binds {
|
|||
XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
|
||||
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"; }
|
||||
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
|
||||
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
|
||||
|
||||
Mod+Q { close-window; }
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ in
|
|||
spotify
|
||||
rustup # rustup from nix for rust :)
|
||||
gamescope # so i can put it in steam startup command lines
|
||||
wl-clipboard
|
||||
(pkgs.writeShellApplication {
|
||||
name = "lock-and-power-off-screen";
|
||||
text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue