mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
9 lines
130 B
Bash
9 lines
130 B
Bash
#!/bin/sh
|
|
|
|
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
|
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
|
|
|
xset r rate 200 50
|
|
|
|
exec i3
|