diff options
-rw-r--r-- | dwm/.xinitrc | 1 | ||||
-rwxr-xr-x | dwm/lc | 1 | ||||
-rw-r--r-- | qutebrowser/.config/qutebrowser/quickmarks | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dwm/.xinitrc b/dwm/.xinitrc index 20e1265..3ac0572 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -9,6 +9,7 @@ eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets) export SSH_AUTH_SOCK xmodmap .Xmodmap +xcape -e "Control_R=Escape" nm-applet & xscreensaver & @@ -21,6 +21,7 @@ handle_stuff() { # System maintenance if [ "$1" = "sk" ] || [ "$1" = "set-keyboard" ]; then setxkbmap -layout us -variant altgr-intl + xcape -e "Control_R=Escape" xmodmap .Xmodmap fi diff --git a/qutebrowser/.config/qutebrowser/quickmarks b/qutebrowser/.config/qutebrowser/quickmarks index fefe8f0..6c7d1fe 100644 --- a/qutebrowser/.config/qutebrowser/quickmarks +++ b/qutebrowser/.config/qutebrowser/quickmarks @@ -8,3 +8,4 @@ moodle https://www.moodle.aau.dk/my/ discord https://discordapp.com/channels/@me rejseplanen https://www.rejseplanen.dk/webapp/index.html ordbogen https://www.ordbogen.com/en/ +google https://www.google.com/ |