This commit is contained in:
2026-07-15 09:56:45 +02:00
parent 44a517f2c0
commit b473a6c04a
+2 -2
View File
@@ -36,7 +36,7 @@ local terminal = "new-terminal"
local fileManager = "dolphin" local fileManager = "dolphin"
local menu = "rofi -show drun -theme ~/.config/rofi/theme.rasi" local menu = "rofi -show drun -theme ~/.config/rofi/theme.rasi"
local emoji = [[rofimoji --selector-args="-theme ~/.config/rofi/theme.rasi"]] local emoji = [[rofimoji --selector-args="-theme ~/.config/rofi/theme.rasi"]]
local hyprscript = "~/.config/hypr/hyprscript" -- ne sert plus que pour `stat` local hyprstat = "~/.config/hypr/hyprstat"
local social = [[firefox "http://notes.tforgione.fr/" "https://ksuite.infomaniak.com/1220491/mail/0" "https://ksuite.infomaniak.com/1085038/mail" "https://web.telegram.org" "https://web.whatsapp.com/" "https://discord.com/app" "https://nuage.tforgione.fr/index.php/apps/calendar/" "https://gotify.tforgione.fr"]] local social = [[firefox "http://notes.tforgione.fr/" "https://ksuite.infomaniak.com/1220491/mail/0" "https://ksuite.infomaniak.com/1085038/mail" "https://web.telegram.org" "https://web.whatsapp.com/" "https://discord.com/app" "https://nuage.tforgione.fr/index.php/apps/calendar/" "https://gotify.tforgione.fr"]]
local yuzzit = [[sh -c 'firefox -P Yuzzit "https://mail.google.com/" "https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT" "https://yip.atlassian.net/wiki/spaces/Y/overview" "https://yip.atlassian.net/"' & chromium "https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace" ]] local yuzzit = [[sh -c 'firefox -P Yuzzit "https://mail.google.com/" "https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT" "https://yip.atlassian.net/wiki/spaces/Y/overview" "https://yip.atlassian.net/"' & chromium "https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace" ]]
@@ -56,7 +56,7 @@ end
-- (cf. discussions upstream sur exec_cmd + rules). Si une app n'atterrit pas au bon -- (cf. discussions upstream sur exec_cmd + rules). Si une app n'atterrit pas au bon
-- endroit, bascule sur une window_rule par classe. -- endroit, bascule sur une window_rule par classe.
hl.on("hyprland.start", function() hl.on("hyprland.start", function()
hl.exec_cmd(hyprscript .. " stat") -- daemon psutil -> waybar (reste en Python) hl.exec_cmd(hyprstat) -- daemon psutil -> waybar (reste en Python)
hl.exec_cmd("hyprpaper") hl.exec_cmd("hyprpaper")
hl.exec_cmd("hypridle") hl.exec_cmd("hypridle")
hl.exec_cmd("nm-applet") hl.exec_cmd("nm-applet")