fix: added missing dotfiles and removed unnecessary files/packages

This commit is contained in:
2026-07-30 22:53:44 +02:00
parent 73fe6b87a9
commit 9d260af0c6
59 changed files with 3565 additions and 185 deletions
+9 -9
View File
@@ -1,5 +1,4 @@
-- Hyprland configuration (Lua) — https://wiki.hypr.land/Configuring/Start/
-- Templated by chezmoi: per-system autostart, touchpad, and workspace rules.
hl.config({ autogenerated = false })
hl.on("hyprland.start", function()
@@ -9,14 +8,14 @@ hl.on("hyprland.start", function()
-- DMS_STARTUP_END
-- Auto Start Applications
{{ if eq .system "desktop" }}
{{ if or (eq .system "desktop") (eq .system "laptop") }}
hl.exec_cmd("dcal run -d --hidden")
hl.exec_cmd("kdeconnectd")
{{ end }}
{{ if eq .system "desktop" }}
hl.exec_cmd("feishin")
hl.exec_cmd("vesktop")
{{ else if eq .system "laptop" }}
hl.exec_cmd("kdeconnectd")
{{ else }}
-- server has no GUI; nothing to autostart
{{ end }}
end)
@@ -92,8 +91,6 @@ hl.workspace_rule({ workspace = "2", monitor = "eDP-1" })
hl.workspace_rule({ workspace = "3", monitor = "eDP-1" })
hl.workspace_rule({ workspace = "4", monitor = "eDP-1" })
hl.workspace_rule({ workspace = "5", monitor = "eDP-1" })
{{ else }}
-- server has no GUI; no workspace rules
{{ end }}
-- Env vars
@@ -101,6 +98,9 @@ hl.env("XDG_MENU_PREFIX", "plasma-")
hl.env("QT_QPA_PLATFORM", "wayland")
hl.env("QT_QPA_PLATFORMTHEME", "gtk3")
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
hl.env("TERMINAL", "ghostty")
hl.env("EDITOR", "nvim")
hl.env("VISUAL", "nvim")
-- Dank Material Shell
require("dms.colors")
@@ -109,4 +109,4 @@ require("dms.layout")
require("dms.cursor")
require("dms.binds")
require("dms.binds-user")
require("dms.windowrules")
require("dms.windowrules")