6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
pkill picom
|
|
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt
|
|
i3 restart
|
|
changepaper
|