diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-02-15 21:11:50 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-02-15 21:11:50 +0100 |
commit | 92ea7d3ee9eb1c563e08dbbc7746e6e4a17fae7e (patch) | |
tree | e9ae411395378c8769f5b2822d22ffb36197f437 | |
parent | 97b629760ba3847f7376ccf5ff9aba4dffbf9eda (diff) | |
download | dotfiles-92ea7d3ee9eb1c563e08dbbc7746e6e4a17fae7e.tar.gz dotfiles-92ea7d3ee9eb1c563e08dbbc7746e6e4a17fae7e.tar.bz2 dotfiles-92ea7d3ee9eb1c563e08dbbc7746e6e4a17fae7e.zip |
fix paste
-rw-r--r-- | bash_aliases | 2 | ||||
-rw-r--r-- | config/sxhkd/sxhkdrc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bash_aliases b/bash_aliases index 5f879a7..07b51d7 100644 --- a/bash_aliases +++ b/bash_aliases @@ -5,6 +5,8 @@ # for volume over 150: pactl set-sink-volume 0 150% (or volume 150%) #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime +# SDR +alias sdr='gqrx-alsa' # Disable mouse alias remouse='sudo modprobe -r bcm5974' alias enmouse='sudo modprobe bcm5974' diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 8f75f70..b287c79 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -112,7 +112,7 @@ grave ; @button{1-3} # grave ; i - xdotool key shift+Insert + ~/bin/paste grave ; space urxvt |