X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/b1f6f894370d4488babc172b89b9d59ddea945b4..6bab6a4abb8eec01d06f0edfbb159978fda53365:/rc.org diff --git a/rc.org b/rc.org index de3ef32..1520bfd 100644 --- a/rc.org +++ b/rc.org @@ -3508,6 +3508,8 @@ contrary, it's automatically sourced by LightDM, my display manager of choice. #+begin_src sh +xset -b # disable bell + # setxkbmap -option compose:ralt setxkbmap -option ctrl:nocaps # turn capslock into control @@ -3537,7 +3539,7 @@ then bspwm & elif [ $(hostname) = "enigma" ] then - emacs & + emacs -ib 0 & fi #+end_src