From 9276e2300a21d2522365bf1fb9136a8db7704235 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 26 Jul 2025 15:37:54 -0500 Subject: 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 --- env/.config/.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env/.config/.profile') diff --git a/env/.config/.profile b/env/.config/.profile index 18fa1ef..6c51c38 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -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" -- cgit v1.3