made esc free
This commit is contained in:
+1
-2
@@ -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
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user