diff options
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 9a5ac46..5347578 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -14,7 +14,7 @@ fi xrdb -merge /home/iceyrazor/.Xresources & if [ -z "$WAYLAND_DISPLAY" ]; then - xcompmgr & + picom & setxkbmap -option caps:swapescape fi |
