made esc free

This commit is contained in:
Hannes
2026-06-14 23:59:40 +02:00
parent 9754ff2368
commit 5f9cb74a52
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -101,5 +101,4 @@ end
-- Quickshell
hl.bind("SUPER + SHIFT + W", hl.dsp.global("quickshell:Wallpaper"))
hl.bind("SUPER + SHIFT + J", hl.dsp.global("quickshell:JLearner"))
hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout"))
hl.bind("escape", hl.dsp.global("quickshell:Closer"))
hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout"))
+4 -4
View File
@@ -1,13 +1,13 @@
hl.config({
general = {
border_size = 1,
border_size = 2,
gaps_in = 5,
gaps_out = 8,
float_gaps = 0,
gaps_workspaces = 0,
col = {
inactive_border = 0xff444444,
active_border = 0xffffffff,
inactive_border = 0xff00B7EB,
active_border = { colors = { "rgba(ff0000ff)", "rgba(ffff00ff)", "rgba(00ff00ff)", "rgba(00ffffff)", "rgba(0000ffff)", "rgba(ff00ffff)" }, angle = 45 },
nogroup_border = 0xffffaaff,
nogroup_border_active = 0xffff00ff,
},
@@ -60,7 +60,7 @@ hl.config({
inactive_opacity = 1,
dim_modal = true,
dim_inactive = true,
dim_strength = 0.5,
dim_strength = 0.35,
blur = {
enabled = true,
},