6 lines
133 B
Bash
6 lines
133 B
Bash
|
#!/bin/bash
|
||
|
nitrogen --restore
|
||
|
mailspring --background &
|
||
|
dunst &
|
||
|
picom &
|
||
|
setxkbmap -model pc105 -layout us,ru -option grp:caps_toggle
|