feat!: migration to waybar
This commit is contained in:
@@ -35,7 +35,7 @@ hl.define_submap("device", function()
|
||||
|
||||
-- clipboard history
|
||||
hl.bind("h", function()
|
||||
hl.dispatch(hl.dsp.exec_cmd("dms ipc call clipboard toggle"))
|
||||
hl.dispatch(hl.dsp.exec_cmd("cliphist list | rofi -dmenu -display-columns 2 | cliphist decode | wl-copy"))
|
||||
exit_submap()
|
||||
end, { description = "Toggle clipboard history panel" })
|
||||
|
||||
|
||||
@@ -8,5 +8,9 @@ hl.bind("SUPER + A", hl.dsp.submap("workspace"), { description = "Workspace cont
|
||||
hl.bind("SUPER + P", hl.dsp.submap("groupedlaunch"), { description = "Launch groups of programs" })
|
||||
hl.bind("SUPER + Q", hl.dsp.window.close(), { description = "Close active window" })
|
||||
|
||||
hl.bind("SUPER + Space", hl.dsp.exec_cmd("hyprlauncher"), { description = "Toggle app launcher" })
|
||||
hl.bind(
|
||||
"SUPER + Space",
|
||||
hl.dsp.exec_cmd('killall rofi || rofi -show combi -modes combi -combi-modes "window,drun,run"'),
|
||||
{ description = "Toggle app launcher" }
|
||||
)
|
||||
hl.bind("SUPER + Escape", hl.dsp.exec_cmd("wlogout"), { description = "Toggle logout screen" })
|
||||
|
||||
@@ -18,7 +18,6 @@ return function(is_laptop)
|
||||
hl.exec_cmd("waybar")
|
||||
hl.exec_cmd("hyprpaper")
|
||||
hl.exec_cmd("swaync")
|
||||
hl.exec_cmd("hyprlauncher -d")
|
||||
hl.exec_cmd("nextcloud --background")
|
||||
hl.exec_cmd("wl-paste --watch cliphist store")
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
hl.layer_rule({
|
||||
dim_around = true,
|
||||
match = { namespace = "rofi" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user