add rofi theme

This commit is contained in:
afoucaultc 2026-07-15 10:10:52 +02:00
parent 70815b8e23
commit f9477acba7
30 changed files with 447 additions and 1101 deletions

View file

@ -13,11 +13,13 @@ hl.bind("ALT + D", hl.dsp.exec_cmd(fileManager))
hl.bind("ALT + D", hl.dsp.exec_cmd(fileManager2))
hl.bind("ALT + Q", hl.dsp.exec_cmd(terminal))
hl.bind("ALT + N", hl.dsp.exec_cmd("kitty -e nvim"))
hl.bind("ALT + W", hl.dsp.exec_cmd(app_launcher))
hl.bind("ALT + F", hl.dsp.exec_cmd(browser))
hl.bind("ALT + Z", hl.dsp.exec_cmd("zotero"))
hl.bind("ALT + T", hl.dsp.exec_cmd("thunderbird"))
-- rofi
hl.bind("ALT + W", hl.dsp.exec_cmd(rofi_launcher))
hl.bind("ALT + X", hl.dsp.exec_cmd(rofi_window))
hl.bind("ALT + C", hl.dsp.exec_cmd(rofi_file))
-- window management
hl.bind("ALT + V", hl.dsp.window.float({ action = "toggle" }))
hl.bind("ALT + F4", hl.dsp.window.close())