20 lines
286 B
Cheetah
20 lines
286 B
Cheetah
# keyboard layout
|
|
setxkbmap dvorak &
|
|
|
|
# wallpaper
|
|
nitrogen --restore &
|
|
|
|
# compositor
|
|
picom --experimental-backend &
|
|
|
|
# numlock
|
|
numlockx
|
|
|
|
# cursor
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
# screenlayout
|
|
#/home/solomon/.screenlayout/normal.sh
|
|
# or
|
|
#/home/solomon/.screenlayout/normal_3_screens.sh
|