diff options
-rw-r--r-- | Xdefaults | 1 | ||||
-rw-r--r-- | Xresources | 1 | ||||
-rw-r--r-- | bash_aliases | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -55,4 +55,5 @@ URxvt.keysym.M-s: perl:keyboard-select:search ! M-u to select open copy links !URxvt.perl-ext-common: ...,url-select URxvt.keysym.M-u: perl:url-select:select_next +URxvt.url-select.launcher: /home/vasko/.ratpoison/exec_to_workspace 2 firefox --new-tab @@ -73,5 +73,4 @@ xterm*metaSendsEscape: true xterm*eightBitInput: false xterm*allowSendEvents: true -URxvt.url-select.launcher: /home/vasko/.ratpoison/exec_to_workspace 2 firefox --new-tab diff --git a/bash_aliases b/bash_aliases index 27641a9..6fff0e4 100644 --- a/bash_aliases +++ b/bash_aliases @@ -52,7 +52,7 @@ alias g='wget' alias x='tar -xvzf' alias a='tar -cvzf' alias i='sudo pacman -S' -alias p='sudo pacman -R' +alias p='sudo pacman -Rs' alias t='optirun' alias ts='optirun -b none nvidia-settings -c :8' alias tc='lsof -n /dev/nvidia0' |