From 111f676f65e42e2d0174797a452cb0ab09c03c87 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 2 Jul 2025 19:14:47 -0500 Subject: Set hyprland autostart to COSMIC icons --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9e09cdb..c0f5806 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -16,7 +16,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 -- cgit v1.2.3 From 699657e22faa56b6e142aae7c02d025c21df322f Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 2 Jul 2025 19:16:53 -0500 Subject: Ignore zsh/.zkbd/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9575ccc..3dcf353 100644 --- a/.gitignore +++ b/.gitignore @@ -309,4 +309,5 @@ zsh/hist zsh/.zcompdump zsh/zcompdump zsh/zfunc +zsh/.zkbd/ zsh/.zsh_theme -- cgit v1.2.3