fix: added missing dotfiles and removed unnecessary files/packages
This commit is contained in:
@@ -21,7 +21,7 @@ hl.bind("SUPER + SHIFT + S", hl.dsp.exec_cmd("dms ipc call quickCapture screensh
|
||||
hl.unbind("SUPER + SHIFT + T")
|
||||
hl.bind("SUPER + SHIFT + T", hl.dsp.exec_cmd("dms ipc call timer toggle"), { description = "timer toggle" })
|
||||
hl.unbind("SUPER + B")
|
||||
hl.bind("SUPER + B", hl.dsp.exec_cmd("brave"))
|
||||
hl.bind("SUPER + B", hl.dsp.exec_cmd("xdg-open https://"), { description = "browser" })
|
||||
hl.unbind("SUPER + E")
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd("thunar"))
|
||||
hl.unbind("SUPER + SHIFT + O")
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
-- Auto-generated by DMS — do not edit manually
|
||||
-- Templated by chezmoi: per-system monitor configuration.
|
||||
|
||||
hl.monitor({ output = "", mode = "preferred", position = "0x0", scale = 1 })
|
||||
{{ if eq .system "desktop" }}
|
||||
hl.monitor({ output = "", mode = "preferred", position = "0x0", scale = 1 })
|
||||
hl.monitor({ output = "HDMI-A-2", mode = "1920x1080@60.000", position = "6400x1080", scale = 1, vrr = 0 })
|
||||
hl.monitor({ output = "DP-2", mode = "3840x2160@120.000", position = "2560x0", scale = 1, vrr = 0 })
|
||||
hl.monitor({ output = "HDMI-A-1", mode = "2560x1440@119.998", position = "0x0", scale = 1, vrr = 0 })
|
||||
{{ else if eq .system "laptop" }}
|
||||
hl.monitor({ output = "", mode = "preferred", position = "0x0", scale = 1 })
|
||||
hl.monitor({ output = "eDP-1", mode = "preferred", position = "0x0", scale = 1 })
|
||||
{{ else }}
|
||||
-- server has no GUI; no monitors defined
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
general {
|
||||
col.active_border = rgba(8c938877)
|
||||
col.inactive_border = rgba(42494055)
|
||||
}
|
||||
|
||||
misc {
|
||||
background_color = rgba(10140fFF)
|
||||
}
|
||||
|
||||
plugin {
|
||||
hyprbars {
|
||||
# Honestly idk if it works like css, but well, why not
|
||||
bar_text_font = Google Sans Flex Medium, Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif
|
||||
bar_height = 30
|
||||
bar_padding = 10
|
||||
bar_button_padding = 5
|
||||
bar_precedence_over_border = true
|
||||
bar_part_of_window = true
|
||||
|
||||
bar_color = rgba(10140fFF)
|
||||
col.text = rgba(e0e4dbFF)
|
||||
|
||||
|
||||
# example buttons (R -> L)
|
||||
# hyprbars-button = color, size, on-click
|
||||
hyprbars-button = rgb(e0e4db), 13, , hyprctl dispatch killactive
|
||||
hyprbars-button = rgb(e0e4db), 13, , hyprctl dispatch fullscreen 1
|
||||
hyprbars-button = rgb(e0e4db), 13, , hyprctl dispatch movetoworkspacesilent special
|
||||
}
|
||||
}
|
||||
|
||||
windowrule = border_color rgba(9fd49bAA) rgba(9fd49b77), match:pin 1
|
||||
@@ -1,12 +0,0 @@
|
||||
# This configuration is generated by matugen
|
||||
# Changing these variables with matugen still enabled will overwrite them.
|
||||
|
||||
$text_color = rgba(bbf0b6FF)
|
||||
$entry_background_color = rgba(00210511)
|
||||
$entry_border_color = rgba(8c938855)
|
||||
$entry_color = rgba(bbf0b6FF)
|
||||
$font_family = Google Sans Flex Medium
|
||||
$font_family_clock = Google Sans Flex Medium
|
||||
$font_material_symbols = Material Symbols Rounded
|
||||
|
||||
$background_image = /home/keule/Pictures/wallpapers/background.jpg
|
||||
Reference in New Issue
Block a user