diff options
author | zachir <zachir@librem.one> | 2025-07-04 07:58:26 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-04 07:58:26 -0500 |
commit | a43d1a4860975e8fb38680f3a80eaf90cbc911d5 (patch) | |
tree | e4715f9bad980cb6f819c8c19eb64e109e62062f | |
parent | 8a456ec119015f9817ad340aa71fd8b9c152f951 (diff) | |
parent | 699657e22faa56b6e142aae7c02d025c21df322f (diff) |
Merge branch 'master' into cla
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | hypr/hyprland.conf | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -309,4 +309,5 @@ zsh/hist zsh/.zcompdump zsh/zcompdump zsh/zfunc +zsh/.zkbd/ zsh/.zsh_theme diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3647d13..cb245aa 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,7 +18,7 @@ exec-once = waybar exec-once = pypr exec-once = lxqt-policykit-agent exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' -exec-once = import-gsettings icon-theme 'Mint-X-Grey' +exec-once = import-gsettings icon-theme 'COSMIC' exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects |