chore(hypr) migrated to lua confs

This commit is contained in:
2026-08-12 18:05:43 +02:00
parent a868f50ab7
commit 86e90b0213
35 changed files with 744 additions and 536 deletions
+16
View File
@@ -0,0 +1,16 @@
-- The programs the binds reach for. Exported so lua/binds/* name them once.
return {
terminal = "alacritty",
fileManager = "nautilus",
menu = "fuzzel",
-- clipboard history picker
clipboard = "cliphist list | fuzzel --dmenu | cliphist decode | wl-copy",
-- pdf picker
pdfs = "pdfs-prompt --dmenu --menu 'fuzzel --dmenu --width 60'",
-- bluetooth menu
bluetooth = "fluxo bt menu",
}