summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2026-04-28 17:40:56 -0500
committerZachIR <zachir@librem.one>2026-04-28 17:40:56 -0500
commit9bd9522649dfd9b557eae5507e1e3f62bd92499f (patch)
tree2095c3b60f530e05262458422e42b4a5374d4292
parentf3b29d5b29aae0f3bb627ddd41849b8bb547bcff (diff)
parentcef170b243d2924f49f6d5cd15095b38632d4cd3 (diff)
Merge branch 'master' into car
-rw-r--r--.gitignore4
-rw-r--r--hypr/hyprland.conf1
-rw-r--r--hypr/plugins.txt2
-rw-r--r--sh/aliases1
4 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0d0aa13..f36e92a 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/
@@ -142,6 +142,7 @@ mgba/
micro/buffers/
mimeapps.list
minigalaxy/
+miopen/
mixbus9/
mksh/history
modprobed.db
@@ -314,4 +315,5 @@ zsh/.zcompdump
zsh/zcompdump
zsh/zfunc
zsh/.zkbd/
+zsh/.zsh_sessions
zsh/.zsh_theme
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 36ee360..a3b3cd6 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -268,6 +268,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
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)
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"