disable emac 2

This commit is contained in:
ponymushama 2024-07-23 16:41:06 +08:00
parent 1e18ba1bd5
commit a74ddd2ee8
9 changed files with 16 additions and 32 deletions

View file

@ -10,9 +10,9 @@ killall xmobar
killall nm-applet
# Launch necessary desktop applications
autorandr;
autorandr
picom --animations --animation-window-mass 1 --animation-for-open-window zoom --animation-stiffness 200 --experimental-backends && # requires picom-pijulius
xset r rate 350 50 &
xset r rate 350 50 &
setxkbmap -option caps:escape &
~/.fehbg-stylix &
~/.config/xmobar/xmobar-st-check.sh &
@ -21,6 +21,5 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
nm-applet &
GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive &
emacs --daemon &
gnome-keyring-daemon --daemonize --login &
gnome-keyring-daemon --start --components=secrets &

View file

@ -191,7 +191,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) =
-- launch a terminal
((modm, xK_Return), spawn $ XMonad.terminal conf),
-- launch emacsclient
-- launch editor
((modm, xK_a), spawn mySpawnEditor),
-- launch browser