issue with protonmail-bridge not solved

This commit is contained in:
afoucaultc 2026-07-07 08:47:55 +02:00
parent 39f608c4ca
commit cddb6edde7
12 changed files with 56 additions and 78 deletions

View file

@ -4,10 +4,11 @@ hl.on("hyprland.start", function()
hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("systemctl --user start hyprpolkitagent")
hl.exec_cmd("hyprctl setcursor Bibata-Modern-Ice 24")
hl.exec_cmd("noctalia-shell")
hl.exec_cmd("./~/nixos-config/dotfiles/hypr/unlockbridge.sh")
-- hl.exec_cmd("noctalia-shell")
-- hl.exec_cmd("hyprpanel")
-- hl.exec_cmd("hyprsunset")
-- hl.exec_cmd("xsettingsd")
-- hl.exec_cmd("nwg-look -a")
hl.exec_cmd("protonmail-bridge")
-- hl.exec_cmd("protonmail-bridge")
end)