clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hyprland depricated and update

sspaeti 92ede926 33fd215a

+5 -4
+1 -1
hypr/.config/hypr/input.conf
··· 59 59 } 60 60 61 61 # Scroll faster in the terminal 62 - windowrule = match:class (Alacritty|kitty), scroll_touchpad 1.5 62 + windowrule = match:class (Alacritty|kitty|foot), scroll_touchpad 1.5 63 63 windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2 64 64 65 65
+2 -2
hypr/.config/hypr/looknfeel.conf
··· 24 24 # --------WINDOWS------------------- 25 25 # 26 26 # Just dash of opacity 27 - windowrule = opacity 0.99 override 0.98 override 1.0 override, match:class .* 28 - windowrule = opacity 1 override 0.99 override 1.0 override, match:class ^(Chromium|chromium|google-chrome|google-chrome-unstable)$ 27 + windowrule = opacity 0.99 0.98 1.0, match:class .* 28 + windowrule = opacity 1 0.99 1.0, match:class ^(Chromium|chromium|google-chrome|google-chrome-unstable)$ 29 29 30 30 #Clipboard -floating 31 31 windowrule {
+2 -1
zsh/.dotfiles/zsh/aliases.shrc
··· 130 130 # Omarchy / hyprland 131 131 alias gpu-check="~/.config/hypr/sspaeti/gpu-health-check" 132 132 133 - alias cx=claude 133 + # alias cx=claude 134 + alias cl=claude 134 135 135 136 # use open as on macOs to open pdf, videos, images, and directories (send output to dev and start in background for file manager (nautilus)) 136 137 open() { xdg-open "$@" &>/dev/null & }