Black and White
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user