Files
dotfiles/screenlayout/.screenlayout/keyboard-and-bg.sh

6 lines
148 B
Bash
Raw Normal View History

#!/bin/sh
2021-02-18 10:47:24 -05:00
pkill picom
2019-12-31 21:45:50 -05:00
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt
2020-07-23 13:10:56 -04:00
i3 restart
changepaper