7 lines
108 B
Bash
7 lines
108 B
Bash
|
#!/bin/zsh
|
||
|
nitrogen --restore &
|
||
|
setxkbmap pl &
|
||
|
xinput set-prop 16 335 1.0, 1.0, 0.01, 0.0 &
|
||
|
picom &
|
||
|
dunst &
|