20 lines
281 B
Plaintext
20 lines
281 B
Plaintext
# keyboard layout
|
|
setxkbmap dvorak &
|
|
|
|
# wallpaper
|
|
nitrogen --restore &
|
|
|
|
# compositor
|
|
picom --experimental-backend &
|
|
|
|
# numlock
|
|
numlockx
|
|
|
|
# cursor
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
# screenlayout
|
|
/home/solomon/.screenlayout/archmetabox-full.sh
|
|
|
|
export PATH="$HOME/anaconda/bin:$PATH"
|