From caa94f5ffa8957918278f9d4e0cdff8b922877e7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:10:09 -0500 Subject: Make steam apps fullscreen in Hypr --- hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f3515b5..6883d55 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -249,6 +249,7 @@ windowrule = workspace +0, match:workspace name:spvimw, match:title negative:spv windowrule = workspace +0, match:workspace name:sptrmc, match:title negative:sptrmc windowrule = workspace +0, match:workspace name:helvum, match:title negative:helvum windowrule = workspace +0, match:workspace name:easyfx, match:title negative:easyfx +windowrule = fullscreen on, match:class ^(steam_app_.*)$ #}}} #{{{ Layerrules -- cgit v1.2.3 From 04214a43686b25ef18b803f395bf411f9363b015 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:11:58 -0500 Subject: Ignore all htop files not just rc --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d0aa13..aa7b0ce 100644 --- a/.gitignore +++ b/.gitignore @@ -87,7 +87,7 @@ gtk-4.0/ guitarix/ Hellbeast v2/ Hellbeast v2.settings -htop/htoprc +htop/ ibus/ icedtea-web/ inkscape/ -- cgit v1.2.3 From 7c254d9c18ca08fd5b13f709e3465a72b9de9137 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:13:03 -0500 Subject: Archive hypr plugins --- hypr/plugins.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hypr/plugins.txt diff --git a/hypr/plugins.txt b/hypr/plugins.txt new file mode 100644 index 0000000..21cb4cd --- /dev/null +++ b/hypr/plugins.txt @@ -0,0 +1,2 @@ +- [hyprsplit](https://github.com/shezdy/hyprsplit) +- [hyprland-plugins](https://github.com/hyprwm/hyprland-plugins) -- cgit v1.2.3 From 7da8033d855095c46748b71c9199ff76df6254ba Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:15:06 -0500 Subject: Ignore miopen --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa7b0ce..dc9581a 100644 --- a/.gitignore +++ b/.gitignore @@ -142,6 +142,7 @@ mgba/ micro/buffers/ mimeapps.list minigalaxy/ +miopen/ mixbus9/ mksh/history modprobed.db -- cgit v1.2.3 From 2e87c13f0bf9e60c9917762c64619d4d2e1dc238 Mon Sep 17 00:00:00 2001 From: GitIR Date: Tue, 28 Apr 2026 15:14:30 -0500 Subject: sh: Use color regardless of ls or eza --- sh/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/aliases b/sh/aliases index 0abc42c..ac0d8f6 100644 --- a/sh/aliases +++ b/sh/aliases @@ -20,6 +20,7 @@ case `uname -s` in "Linux") #alias ls="ls -h $COLOR_FLAGS_GNU" type eza >/dev/null && alias ls="eza" + alias ls="ls --color" ;; "Darwin") type eza >/dev/null && alias ls="eza --color" -- cgit v1.2.3 From cef170b243d2924f49f6d5cd15095b38632d4cd3 Mon Sep 17 00:00:00 2001 From: zsmith Date: Tue, 28 Apr 2026 15:16:59 -0500 Subject: Ignore .zsh_sessions --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dc9581a..f36e92a 100644 --- a/.gitignore +++ b/.gitignore @@ -315,4 +315,5 @@ zsh/.zcompdump zsh/zcompdump zsh/zfunc zsh/.zkbd/ +zsh/.zsh_sessions zsh/.zsh_theme -- cgit v1.2.3