added some window rules and consolidated
This commit is contained in:
@@ -125,7 +125,7 @@ hl.bind(mainMod .. " + SPACE " ,hl.dsp.exec_cmd("playerctl play-pause"))
|
||||
|
||||
|
||||
---- 10. Application launching
|
||||
hl.bind(mainMod .. " + SUPER_L", hl.dsp.exec_cmd(launcher .. " toggle"), { release = true })
|
||||
-- hl.bind(mainMod .. " + SUPER_L", hl.dsp.exec_cmd(launcher .. " toggle"), { release = true })
|
||||
hl.bind(mainMod .. " + F " ,hl.dsp.exec_cmd(browser))
|
||||
hl.bind("ALT + C" ,hl.dsp.exec_cmd(ipc .. "plugin:clipper openPanel"))
|
||||
hl.bind("code:148" ,hl.dsp.exec_cmd("kitty --class calc-term -o 'confirm_os_window_close 0' /home/venus/.cargo/bin/mathypad "))
|
||||
|
||||
@@ -79,7 +79,7 @@ hl.window_rule( {
|
||||
hl.window_rule({
|
||||
name = "btop",
|
||||
match = {class = "btop"},
|
||||
float = false,
|
||||
float = true,
|
||||
dim_around = true,
|
||||
size = {"(monitor_w*.9)" ,"(monitor_h*.8)"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user