added sway

- scape swap for sway
- added urxvt to sway config
- added window rules to sway
- added set wallpaper to autostart for swaybg
- switched to vesktop on autostart
- changed split binds
- border toggle
- added sway
- added sway stuff
- changed reqs to use /etc/os-release ID
This commit is contained in:
2025-07-26 15:37:54 -05:00
parent 6c9643ba74
commit 9276e2300a
9 changed files with 599 additions and 23 deletions

View File

@@ -79,6 +79,10 @@ alias astro="astroterm --color --constellations --speed 10000 --fps 64 --unicode
alias anim="hyprctl keyword animations:enabled "
alias swap="hyprctl keyword input:kb_options caps:swapescape"
alias nswap="hyprctl keyword input:kb_options null"
if [ "$XDG_CURRENT_DESKTOP" = "sway:wlroots" ]; then
alias swap="swaymsg 'input \"type:keyboard\" xkb_options \"caps:swapescape\"'"
alias nswap="swaymsg 'input \"type:keyboard\" xkb_options \"\"'"
fi
# mounting
alias umsu="fukn umount u"