diff options
| author | ZachIR <zachir@librem.one> | 2026-04-28 17:40:56 -0500 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-04-28 17:40:56 -0500 |
| commit | 9bd9522649dfd9b557eae5507e1e3f62bd92499f (patch) | |
| tree | 2095c3b60f530e05262458422e42b4a5374d4292 | |
| parent | f3b29d5b29aae0f3bb627ddd41849b8bb547bcff (diff) | |
| parent | cef170b243d2924f49f6d5cd15095b38632d4cd3 (diff) | |
Merge branch 'master' into car
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | hypr/plugins.txt | 2 | ||||
| -rw-r--r-- | sh/aliases | 1 |
4 files changed, 7 insertions, 1 deletions
@@ -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) @@ -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" |
