aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xdefaults1
-rw-r--r--Xresources1
-rw-r--r--bash_aliases2
3 files changed, 2 insertions, 2 deletions
diff --git a/Xdefaults b/Xdefaults
index 059e459..dd9e389 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -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
diff --git a/Xresources b/Xresources
index 270f442..817a298 100644
--- a/Xresources
+++ b/Xresources
@@ -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'