From 37d62ed30fcc512de308b6e47fdab0f425a8a63b Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Thu, 23 Nov 2023 22:05:37 -0500 Subject: Use dwm instead of KDE Plasma 5 --- Xorg/xinitrc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'Xorg/xinitrc') diff --git a/Xorg/xinitrc b/Xorg/xinitrc index fe95f3c..6268abc 100644 --- a/Xorg/xinitrc +++ b/Xorg/xinitrc @@ -41,17 +41,15 @@ fi # Setup and start Desktop Environment # ====================================================================== -# fcitx (CLJ and emoji input method) +# fcitx (CJK and emoji input method) export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx -# xbindkeys (keyboard shortcuts) -xbindkeys - -# map CAPSLOCK to ESC -setxkbmap -option caps:escape - +xrandr --dpi 144 # Original mac: 72, stupid windows: 96 pulse15: 188 +laptop-xinput_setup.sh +xbindkeys # keyboard shortcuts +setxkbmap -option caps:escape # map CAPSLOCK to ESC # Start twm #twm & @@ -62,8 +60,12 @@ setxkbmap -option caps:escape # Start Plasma # Start KDE Plasma (DE) -export DESKTOP_SESSION=plasma -exec startplasma-x11 +#export DESKTOP_SESSION=plasma +#exec startplasma-x11 # Start xfce4 #startxfce4 + +# Start dwm +xautolock -time 10 -locker slock & +exec dwm -- cgit v1.2.3