uwsm fixes and some secrets fixes

This commit is contained in:
cnst
2024-11-18 06:17:24 +01:00
parent edfc9767c7
commit 8e580867bd
3 changed files with 4 additions and 5 deletions

View File

@@ -35,15 +35,15 @@ in {
(mkIf (host == "cnixpad") {
wayland.windowManager.hyprland.settings.exec-once = [
"blueman-applet"
"pamixer --set-volume 50"
"uwsm app -- blueman-applet"
"uwsm app -- pamixer --set-volume 50"
];
})
(mkIf (host == "toothpc") {
wayland.windowManager.hyprland.settings.exec-once = [
"mullvad-vpn"
"hyprctl dispatch exec 'sleep 3s && solaar -w hide'"
"uwsm app -- mullvad-vpn"
"uwsm app -- solaar -w hide"
];
})
]);