added some window rules and consolidated

This commit is contained in:
venus
2026-05-31 10:40:27 -05:00
parent 16d2ca17b1
commit a16ae88cdc
3 changed files with 4 additions and 4 deletions

View File

@@ -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 "))

View File

@@ -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)"},

View File

@@ -46,5 +46,5 @@ require("basic/looks")
require("basic/keybinds")
require("basic/vars")
--require("basic/windows")
require("plugins")
--require("monitors.lua")
-- require("plugins")
--require("monitors")