config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 035b33722c4c1ca203ffb879cd13bf4b48817510
parent 0dd451f19b336d2b383804fe93dfcf8857584527
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Tue, 14 Apr 2020 13:35:22 -0700

add keyboard section, capslock = return

Diffstat:
Mxinitrc/.xinitrc | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/xinitrc/.xinitrc b/xinitrc/.xinitrc @@ -33,8 +33,6 @@ fi # X utilitys xsetroot -xcf ~/.icons/Quintom/cursors/left_ptr 13 & xwallpaper --zoom $HOME/.wallpaper & -setxkbmap -option ctrl:nocaps & -xset r rate 250 30 & xbanish & if [ "$PLATFORM" = 'laptop' ]; then @@ -42,6 +40,11 @@ if [ "$PLATFORM" = 'laptop' ]; then xset dpms 320 & fi +# kbd +setxkbmap -option ctrl:nocaps +xmodmap -e "keycode 66 = Return" & +xset r rate 250 30 & + # notifications dunst & pynotify &