Merge branch 'main' of gitlab.com:Zaney/zaneyos

This commit is contained in:
Tyler Kelley 2024-02-15 22:17:33 -06:00
commit 671c11a4e1
2 changed files with 5 additions and 1 deletions

View File

@ -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%
'' ]; '' ];

View File

@ -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;