This commit is contained in:
2026-08-24 15:53:53 +02:00
parent 02e21b903b
commit c7f01bf68e
7 changed files with 18 additions and 10 deletions
@@ -14,3 +14,4 @@ require("hyprland/gestures")
require("hyprland/binds") require("hyprland/binds")
require("hyprland/execs") require("hyprland/execs")
require("parra")
@@ -1,6 +1,7 @@
hl.on("hyprland.start", function() hl.on("hyprland.start", function()
hl.exec_cmd("uwsm finalize HYPRLAND_INSTANCE_SIGNATURE") hl.exec_cmd("uwsm finalize HYPRLAND_INSTANCE_SIGNATURE")
hl.exec_cmd("waybar") hl.exec_cmd("waybar")
hl.exec_cmd("parra")
hl.exec_cmd("gnome-keyring-daemon --start --components=secrets") hl.exec_cmd("gnome-keyring-daemon --start --components=secrets")
hl.exec_cmd("/usr/lib/soteria-polkit/soteria") hl.exec_cmd("/usr/lib/soteria-polkit/soteria")
hl.exec_cmd("solaar -w hide") hl.exec_cmd("solaar -w hide")
@@ -19,7 +19,7 @@ hl.config({
no_focus_fallback = true, no_focus_fallback = true,
allow_tearing = true, -- gates the `immediate` rule allow_tearing = true, -- gates the `immediate` rule
layout = "dwindle", layout = "scrolling",
snap = { snap = {
enabled = true, enabled = true,
@@ -19,9 +19,5 @@ hl.monitor({
scale = 1 scale = 1
}) })
hl.workspace_rule({ workspace = 1, monitor = "DP-1", persistent = true }) hl.workspace_rule({ workspace = 1, monitor = "eDP-1", persistent = true })
hl.workspace_rule({ workspace = 3, monitor = "DP-1", persistent = false }) hl.workspace_rule({ workspace = 2, monitor = "eDP-1", persistent = false })
hl.workspace_rule({ workspace = 5, monitor = "DP-1", persistent = false })
hl.workspace_rule({ workspace = 2, monitor = "eDP-1", persistent = true })
hl.workspace_rule({ workspace = 4, monitor = "eDP-1", persistent = false })
hl.workspace_rule({ workspace = 6, monitor = "eDP-1", persistent = false })
+2 -1
View File
@@ -12,8 +12,9 @@ gtk-enable-input-feedback-sounds=0
gtk-font-name=Sarasa UI SC, 10 gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus gtk-icon-theme-name=Papirus
gtk-menu-images=true gtk-menu-images=true
gtk-modules=colorreload-gtk-module gtk-modules=colorreload-gtk-module:appmenu-gtk-module
gtk-primary-button-warps-slider=true gtk-primary-button-warps-slider=true
gtk-shell-shows-menubar=1
gtk-sound-theme-name=ocean gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
@@ -20,5 +20,14 @@
"name": "catppuccin-mocha", "name": "catppuccin-mocha",
"icon_theme": "Papirus" "icon_theme": "Papirus"
} }
},
"providers": {
"files": {
"preferences": {
"autoIndexing": false,
"excludedIndexingPaths": [],
"indexingPaths": []
}
}
} }
} }
+2 -2
View File
@@ -1,11 +1,11 @@
[[plugin.deps]] [[plugin.deps]]
use = "yazi-rs/plugins:git" use = "yazi-rs/plugins:git"
rev = "72f9e3c" rev = "044c3cc"
hash = "5bb0bfab901d3601c370eafdd66edd31" hash = "5bb0bfab901d3601c370eafdd66edd31"
[[plugin.deps]] [[plugin.deps]]
use = "yazi-rs/plugins:smart-enter" use = "yazi-rs/plugins:smart-enter"
rev = "72f9e3c" rev = "044c3cc"
hash = "187cc58ba7ac3befd49c342129e6f1b6" hash = "187cc58ba7ac3befd49c342129e6f1b6"
[[plugin.deps]] [[plugin.deps]]