diff options
author | zachir <zachir@librem.one> | 2025-07-02 19:17:57 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-02 19:17:57 -0500 |
commit | 9d6aa4b62be2547b26ec7a51db785b1a843785b6 (patch) | |
tree | af20f17eac8f3d1d724add7147ac08348788c69b | |
parent | 71a43317aeca929bb33dbba4450f293577f9261c (diff) | |
parent | 699657e22faa56b6e142aae7c02d025c21df322f (diff) |
Merge branch 'master' into cascas
-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 5c5f2bf..cdcca3d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -17,7 +17,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 |