fix hyprland config
This commit is contained in:
@@ -177,7 +177,7 @@ decoration {
|
|||||||
|
|
||||||
# https://wiki.hypr.land/Configuring/Variables/#animations
|
# https://wiki.hypr.land/Configuring/Variables/#animations
|
||||||
animations {
|
animations {
|
||||||
enabled = yes, please :)
|
enabled = true
|
||||||
|
|
||||||
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
|
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
|
||||||
# NAME, X0, Y0, X1, Y1
|
# NAME, X0, Y0, X1, Y1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
local var_color_active_border = "rgba($sapphireAlphaee)"
|
local var_color_active_border = "rgba(74c7ecee)"
|
||||||
local var_color_inactive_border = "rgba($surface1Alphaee)"
|
local var_color_inactive_border = "rgba(45475aee)"
|
||||||
local var_color_decoration_shadow = "rgba($sapphireAlphaee)"
|
local var_color_decoration_shadow = "rgba(74c7ecee)"
|
||||||
local var_mainMod = "SUPER"
|
local var_mainMod = "SUPER"
|
||||||
local var_terminal = "kitty"
|
local var_terminal = "kitty"
|
||||||
local var_fileManager = "dolphin"
|
local var_fileManager = "dolphin"
|
||||||
@@ -38,10 +38,6 @@ hl.exec_cmd("bash ~/.config/hypr/env.sh")
|
|||||||
-- ## MONITORS ###
|
-- ## MONITORS ###
|
||||||
|
|
||||||
-- ###############
|
-- ###############
|
||||||
hl.config({
|
|
||||||
enable_color_management = true,
|
|
||||||
})
|
|
||||||
|
|
||||||
-- See https://wiki.hypr.land/Configuring/Monitors/
|
-- See https://wiki.hypr.land/Configuring/Monitors/
|
||||||
|
|
||||||
-- monitor=,preferred,auto,auto
|
-- monitor=,preferred,auto,auto
|
||||||
@@ -381,7 +377,7 @@ hl.workspace_rule({
|
|||||||
gaps_in = 0,
|
gaps_in = 0,
|
||||||
})
|
})
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
name = false,
|
name = "no-gaps-wtv1",
|
||||||
match = {
|
match = {
|
||||||
float = false,
|
float = false,
|
||||||
workspace = "w[tv1]",
|
workspace = "w[tv1]",
|
||||||
@@ -390,7 +386,7 @@ hl.window_rule({
|
|||||||
rounding = 0,
|
rounding = 0,
|
||||||
})
|
})
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
name = false,
|
name = "no-gaps-f1",
|
||||||
match = {
|
match = {
|
||||||
float = false,
|
float = false,
|
||||||
workspace = "f[1]",
|
workspace = "f[1]",
|
||||||
@@ -686,7 +682,7 @@ hl.layer_rule({
|
|||||||
blur_popups = true,
|
blur_popups = true,
|
||||||
})
|
})
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
name = false,
|
name = "no-rounding-fullscreen",
|
||||||
match = {
|
match = {
|
||||||
fullscreen = 1,
|
fullscreen = 1,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user