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
|
|
|
|
|
2023-03-23 17:45:08 -04:00
|
|
|
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 &
|
2023-01-24 18:03:04 -05:00
|
|
|
#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 &
|
|
|
|
|
2023-03-23 17:45:08 -04:00
|
|
|
exec feh --bg-fill --randomize ~/Wallpapers &
|
2022-11-14 16:04:13 -05:00
|
|
|
|
|
|
|
exec sleep 1s && dunst &
|
|
|
|
|
|
|
|
/usr/local/bin/stumpwm
|