ajout de la prise en charge des paquets personnalisés et mise à jour des scripts de construction

This commit is contained in:
Puechberty Arthur
2026-07-29 16:33:56 +02:00
parent 293d7b0ee4
commit dd0a59f294
10 changed files with 103 additions and 7 deletions
+2 -3
View File
@@ -276,9 +276,8 @@ for i = 1, 10 do
local keycode = 9 + i -- 10=1, 11=2, 12=3 ... 18=9, 19=0
local key_str = "code:" .. keycode
-- Utilisation de exec_cmd pour éviter les erreurs d'API (workspace est une table, pas une fonction)
hl.bind(mainMod .. " + " .. key_str, hl.dsp.exec_cmd("workspace " .. i))
hl.bind(mainMod .. " + SHIFT + " .. key_str, hl.dsp.exec_cmd("movetoworkspace " .. i))
hl.bind(mainMod .. " + " .. key_str, hl.dsp.exec_cmd("hyprctl dispatch workspace " .. i))
hl.bind(mainMod .. " + SHIFT + " .. key_str, hl.dsp.exec_cmd("hyprctl dispatch movetoworkspace " .. i))
end
-- Example special workspace (scratchpad)
-4
View File
@@ -1,4 +0,0 @@
disable-ccid
disable-pinpad
pcsc-driver /usr/lib/libpcsclite.so
pcsc-shared