diff --git a/basic/keybinds.lua b/basic/keybinds.lua index 55a5c60..4c4c5a0 100644 --- a/basic/keybinds.lua +++ b/basic/keybinds.lua @@ -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 ")) diff --git a/basic/windows.lua b/basic/windows.lua index 7c1d1fb..c55c6a3 100644 --- a/basic/windows.lua +++ b/basic/windows.lua @@ -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)"}, diff --git a/hyprland.lua b/hyprland.lua index 861a2ef..17c5d38 100644 --- a/hyprland.lua +++ b/hyprland.lua @@ -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")