diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:17:36 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-27 13:17:36 +0100 |
commit | 48d8be278152ca2056585cb9dd1a0eeb6d2a6259 (patch) | |
tree | a6a05670ea28c312a6a97f41dcc95178c486d73a /config | |
parent | 6336508b9def73d36f5543433858bcb7a176f9d1 (diff) |
xcompmgr in favor of picom and dwm in favor of xmonad
Diffstat (limited to 'config')
-rwxr-xr-x | config/X/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index c438f1b..3e6679c 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -30,7 +30,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -picom -b +xcompmgr & setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & -exec xmonad +exec dwm |