Compare commits
2 Commits
87ecb55fd8
...
4bbae7a78c
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bbae7a78c | |||
| 4614859248 |
+1
-1
@@ -6,7 +6,7 @@ M.confs = {
|
|||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true,
|
disable_hyprland_logo = true,
|
||||||
disable_splash_rendering = true,
|
disable_splash_rendering = true,
|
||||||
vrr = true,
|
vrr = 3,
|
||||||
enable_swallow = true,
|
enable_swallow = true,
|
||||||
swallow_regex = "^(kitty|Alacritty)$",
|
swallow_regex = "^(kitty|Alacritty)$",
|
||||||
background_color = colorscheme.background,
|
background_color = colorscheme.background,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ local M = {}
|
|||||||
local function start_swaync()
|
local function start_swaync()
|
||||||
if settings["systemd"] then
|
if settings["systemd"] then
|
||||||
local unit = "swaync.service"
|
local unit = "swaync.service"
|
||||||
local source = CONFIG_HOME .. "hypr/systemd/" .. unit
|
local source = HYPR .. "/systemd/" .. unit
|
||||||
|
|
||||||
if systemd.ensure_user_unit(unit, source) then
|
if systemd.ensure_user_unit(unit, source) then
|
||||||
hl.exec_cmd("systemctl --user start swaync")
|
hl.exec_cmd("systemctl --user start swaync")
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ local M = {}
|
|||||||
local function start_swayosd()
|
local function start_swayosd()
|
||||||
if settings["systemd"] then
|
if settings["systemd"] then
|
||||||
local unit = "swayosd.service"
|
local unit = "swayosd.service"
|
||||||
local source = CONFIG_HOME .. "hypr/systemd/" .. unit
|
local source = HYPR .. "/systemd/" .. unit
|
||||||
|
|
||||||
if systemd.ensure_user_unit(unit, source) then
|
if systemd.ensure_user_unit(unit, source) then
|
||||||
hl.exec_cmd("systemctl --user start swayosd")
|
hl.exec_cmd("systemctl --user start swayosd")
|
||||||
|
|||||||
Reference in New Issue
Block a user