feat(hyprlua): wire chamel daemon + expand frequentcommands

Start chamel as a daemon in autostart so keybinds (toggle/clear/
clear-and-deactivate) work on first use. Fix stale hyprland script
paths in frequentcommands.list and add all utility scripts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main^2
Amir Alexander Abdelbaki 2026-06-11 15:54:20 +02:00
parent 7fd0e37061
commit 9ef49086ae
2 changed files with 28 additions and 10 deletions

View File

@ -21,4 +21,5 @@ hl.on("hyprland.start", function()
hl.exec_cmd("blueman-tray") hl.exec_cmd("blueman-tray")
hl.exec_cmd("hypridle") hl.exec_cmd("hypridle")
hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh") hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh")
hl.exec_cmd("chamel")
end) end)

View File

@ -1,24 +1,41 @@
wg-quick up wg0 poweroff
wg-quick down wg0 reboot
hyprshutdown hyprshutdown
hyprshutdown && reboot hyprshutdown && reboot
poweroff
hyprctl kill
reboot
systemctl soft-reboot systemctl soft-reboot
systemctl suspend-then-hibernate systemctl suspend-then-hibernate
systemctl hibernate systemctl hibernate
systemctl sleep systemctl sleep
systemctl restart fprintd.service
systemctl hybrid-sleep systemctl hybrid-sleep
hyprctl dispatch exit hyprctl dispatch exit
hyprlock hyprlock
hyprctl kill
systemctl restart fprintd.service
wg-quick up wg0
wg-quick down wg0
hyprctl reload hyprctl reload
kitty ~/Dotfiles/desktopenvs/hyprland/scripts/helpmenu.sh
kitty nvim ~/.config/binds.conf
~/Dotfiles/desktopenvs/hyprland/scripts/caffeine.sh
~/Dotfiles/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh
eww reload eww reload
~/.config/scripts/screenshot.sh
~/.config/scripts/screenrec.sh
~/.config/scripts/caffeine.sh
~/.config/scripts/hyprland-toggle-touchpad.sh
~/.config/scripts/onscreenkb.sh
~/.config/scripts/togglebar.sh
~/.config/scripts/toggle-layout.sh
~/.config/scripts/togglewinbars.sh
~/.config/scripts/screenrotationacw.sh
~/.config/scripts/screenrotationwcw.sh
~/.config/scripts/unified-rotate.sh cw
~/.config/scripts/unified-rotate.sh ccw
~/.config/scripts/pwr-dmenu.sh
kitty ~/.config/scripts/helpmenu.sh
kitty -e ~/.config/scripts/wallpaper-picker ~/Pictures
kitty -e ~/.config/scripts/amssh
kitty bash ~/.config/scripts/enroll-biometrics.sh
kitty nvim ~/.config/hypr/usr/binds.lua
chamel toggle
chamel clear
chamel clear-and-deactivate
chamel stroke-color "#00BFFF" chamel stroke-color "#00BFFF"
chamel stroke-color "#000000" chamel stroke-color "#000000"
chamel stroke-color "#FFFFFF" chamel stroke-color "#FFFFFF"