aboutsummaryrefslogtreecommitdiff
path: root/sxhkd
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-06 17:06:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-06 23:54:41 +1200
commit8536c0a17d68e7f94a37866e793ce0d0b8eeb5b9 (patch)
tree7ac7c37afe2861304322c302f625bd1464a85f67 /sxhkd
parentRemove keychain target; no longer using it (diff)
downloaddotfiles-8536c0a17d68e7f94a37866e793ce0d0b8eeb5b9.tar.gz
dotfiles-8536c0a17d68e7f94a37866e793ce0d0b8eeb5b9.zip
Lean on Debian alternatives system a bit more
I'll refactor this if I ever need to (i.e. if I end up running X on something other than Debian a lot).
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/sxhkdrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index c277855b..028b73d7 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -1,17 +1,17 @@
super + Return
- urxvtcd
+ x-terminal-emulator
super + control + Return
- urxvtcd -e sh
+ x-terminal-emulator -e sh
super + shift + Return
- urxvtcd -e ksh
+ x-terminal-emulator -e ksh
super + alt + Return
- urxvtcd -e zsh
+ x-terminal-emulator -e zsh
super + b
- br
+ x-www-browser
super + d
dmenu_run
@@ -23,13 +23,13 @@ super + i
gimp
super + m
- urxvtcd -e tm
+ x-terminal-emulator -e tm
super + p
dmp
super + v
- urxvtcd -e "$VISUAL"
+ x-terminal-emulator -e "$VISUAL"
super + shift + s
sleep 0.25 && scrot --freeze --select \
@@ -53,4 +53,4 @@ XF86AudioLowerVolume
amixer -q sset Master 5%- unmute
XF86Calculator
- urxvtcd -e bcq
+ x-terminal-emulator -e bcq