diff options
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 660eb72..d8dfa45 100644 --- a/.Xresources +++ b/.Xresources @@ -30,8 +30,8 @@ URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,wge URxvt.keysym.M-v: perl:clipboard:paste URxvt.keysym.M-c: perl:clipboard:copy -! open new urxvt(c) starting in current dir with M-o -URxvt.keysym.M-o: perl:cwd-spawn +! open new urxvt(c) starting in current dir with M-Return +URxvt.keysym.M-Return: perl:cwd-spawn ! url-select via M-u URxvt.url-select.launcher: HOME/bin/openlink |