Black and White

This commit is contained in:
Marco Thomas
2021-12-28 14:29:51 +01:00
parent 96732585f5
commit 68b1c4c0bc
8 changed files with 312 additions and 54 deletions

View File

@@ -6,6 +6,18 @@ xrdb -merge $HOME/.Xresources
# map CAPS to ~
setxkbmap -option caps:none
xmodmap -e "keycode 66 = grave asciitilde"
setxkbmap eu
# energy options
xset s off
xset -dpms
xset s noblank
# keyboard repeat
xset r rate 300 50
# no mouse accel
xset m 1
# path
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin