made esc free
This commit is contained in:
@@ -102,4 +102,3 @@ end
|
|||||||
hl.bind("SUPER + SHIFT + W", hl.dsp.global("quickshell:Wallpaper"))
|
hl.bind("SUPER + SHIFT + W", hl.dsp.global("quickshell:Wallpaper"))
|
||||||
hl.bind("SUPER + SHIFT + J", hl.dsp.global("quickshell:JLearner"))
|
hl.bind("SUPER + SHIFT + J", hl.dsp.global("quickshell:JLearner"))
|
||||||
hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout"))
|
hl.bind("SUPER + SHIFT + L", hl.dsp.global("quickshell:WLogout"))
|
||||||
hl.bind("escape", hl.dsp.global("quickshell:Closer"))
|
|
||||||
+4
-4
@@ -1,13 +1,13 @@
|
|||||||
hl.config({
|
hl.config({
|
||||||
general = {
|
general = {
|
||||||
border_size = 1,
|
border_size = 2,
|
||||||
gaps_in = 5,
|
gaps_in = 5,
|
||||||
gaps_out = 8,
|
gaps_out = 8,
|
||||||
float_gaps = 0,
|
float_gaps = 0,
|
||||||
gaps_workspaces = 0,
|
gaps_workspaces = 0,
|
||||||
col = {
|
col = {
|
||||||
inactive_border = 0xff444444,
|
inactive_border = 0xff00B7EB,
|
||||||
active_border = 0xffffffff,
|
active_border = { colors = { "rgba(ff0000ff)", "rgba(ffff00ff)", "rgba(00ff00ff)", "rgba(00ffffff)", "rgba(0000ffff)", "rgba(ff00ffff)" }, angle = 45 },
|
||||||
nogroup_border = 0xffffaaff,
|
nogroup_border = 0xffffaaff,
|
||||||
nogroup_border_active = 0xffff00ff,
|
nogroup_border_active = 0xffff00ff,
|
||||||
},
|
},
|
||||||
@@ -60,7 +60,7 @@ hl.config({
|
|||||||
inactive_opacity = 1,
|
inactive_opacity = 1,
|
||||||
dim_modal = true,
|
dim_modal = true,
|
||||||
dim_inactive = true,
|
dim_inactive = true,
|
||||||
dim_strength = 0.5,
|
dim_strength = 0.35,
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user