mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
Merge branch 'main' of gitlab.com:Zaney/zaneyos
This commit is contained in:
commit
671c11a4e1
@ -194,6 +194,10 @@ in with lib; {
|
|||||||
bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
binde = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
binde = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
|
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||||
|
bind = ,XF86AudioPause, exec, playerctl play-pause
|
||||||
|
bind = ,XF86AudioNext, exec, playerctl next
|
||||||
|
bind = ,XF86AudioPrev, exec, playerctl previous
|
||||||
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||||
bind = ,XF86MonBrightnessUp,exec,brightnessctl set +5%
|
bind = ,XF86MonBrightnessUp,exec,brightnessctl set +5%
|
||||||
'' ];
|
'' ];
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
pkg-config meson hugo gnumake ninja go nodejs symbola
|
pkg-config meson hugo gnumake ninja go nodejs symbola
|
||||||
noto-fonts-color-emoji material-icons brightnessctl
|
noto-fonts-color-emoji material-icons brightnessctl
|
||||||
toybox virt-viewer swappy ripgrep appimage-run
|
toybox virt-viewer swappy ripgrep appimage-run
|
||||||
networkmanagerapplet yad
|
networkmanagerapplet yad playerctl
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam.gamescopeSession.enable = true;
|
programs.steam.gamescopeSession.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user