.s/.xinitrc

28 lines
574 B
Plaintext
Raw Normal View History

2022-11-14 16:04:13 -05:00
#!/bin/sh
export _JAVA_AWT_WM_NONREPARENTING=1
export SBCL_HOME=/usr/lib/sbcl
export _QWT_TOOLKT=MToolkit
exec ~/.screenlayout/run.sh &
2022-11-14 16:04:13 -05:00
exec wmname compiz &
exec emacs-keys-everywhere &
exec picom -b --vsync --backend glx &
#exec xmodmap ~/.xmodmap &
2022-12-12 11:47:09 -05:00
exec xinput set-prop 10 "Coordinate Transformation Matrix" 1.2 0 0 0 1.2 0 0 0 1.8 &
2022-11-14 16:04:13 -05:00
exec xsetroot -cursor_name left_ptr &
exec xset s off &
exec xset b off &
exec xset -dpms &
exec feh --bg-fill --randomize ~/Wallpapers &
2022-11-14 16:04:13 -05:00
exec sleep 1s && dunst &
exec systemd start --user display.target &
2022-11-14 16:04:13 -05:00
/usr/local/bin/stumpwm