update configuration

This commit is contained in:
Frank Zechert
2026-08-02 19:41:09 +02:00
parent 6543643da9
commit c72678926f
7 changed files with 41 additions and 22 deletions
+19 -19
View File
@@ -7,7 +7,7 @@ debug_flag = true
-------------------
function debug_notify(message)
if debug_flag and message ~= nil then
-- hl.notification.create({text = message, timeout = 30000})
hl.notification.create({text = message, timeout = 30000})
hl.exec_cmd("echo '" .. message .. "' >> /tmp/hyprland-notify.log")
end
end
@@ -71,24 +71,6 @@ end
hl.on("hyprland.start", on_start)
hl.on("keybinds.submap", submap_toast)
------------------
---- MONITORS ----
------------------
-- By default, only the laptop screen is active and no other screen
-- will be actived. Activation of different monitor layouts is deferred
-- to other scripts, so to automate profile switching and provide some
-- stable fallbacks
--[[
hl.monitor({
output = "eDP-1",
mode = "1920x1200@120",
position = "0x0",
scale = "1",
disabled = false,
})
]]
---------------------
---- MY PROGRAMS ----
---------------------
@@ -139,9 +121,27 @@ require("hyprland-windowrules")
hl.layer_rule({ match = { namespace = "^(quickshell)$" }, no_anim = true })
hl.layer_rule({ match = { namespace = "^dms:.*" }, no_anim = true })
-------------------------
---- WORKSPACE RULES ----
-------------------------
require("hyprland-workspacerules")
------------------
---- MONITORS ----
------------------
-- By default, only the laptop screen is active and no other screen
-- will be actived. Activation of different monitor layouts is deferred
-- to other scripts, so to automate profile switching and provide some
-- stable fallbacks
--[[
hl.monitor({
output = "eDP-1",
mode = "1920x1200@120",
position = "0x0",
scale = "1",
disabled = false,
})
]]
require("hyprland-monitors")