some updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2024-12-30 21:02:16 +01:00
parent afa692e17d
commit 002adf25c2
7 changed files with 28 additions and 17 deletions

View file

@ -158,6 +158,7 @@ in
# Needed as these services normally start after graphical-session-pre
systemd.user.services.hyprpaper.Unit.After = lib.mkForce "graphical-session.target";
systemd.user.services.waybar.Unit.After = lib.mkForce "graphical-session.target";
systemd.user.services.hypridle.Unit.After = lib.mkForce "graphical-session.target";
wayland.windowManager.hyprland =
let
@ -267,6 +268,7 @@ in
preserve_split = "yes";
pseudotile = "yes";
};
gestures.workspace_swipe = true;
misc = {
@ -298,7 +300,7 @@ in
",XF86MonBrightnessDown,exec,${brightnessctl} -q s 5%-"
];
bindl = [ ",XF86AudioMute, exec, ${wpctl} set-mute @DEFAULT_AUDIO_SINK@ toggle" ];
bindl = [ ",XF86AudioMute, exec,${wpctl} set-mute @DEFAULT_AUDIO_SINK@ toggle" ];
bind =
[