diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-08 02:11:31 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-05-08 03:21:59 +1200 |
commit | e2437d10091330b4770a314ae6e3c183f987726a (patch) | |
tree | c4aa90eb12143f96e955a5efe68f221888f21828 /sxhkd/sxhkdrc | |
parent | Add install-scrot target to create screenshots dir (diff) | |
download | dotfiles-e2437d10091330b4770a314ae6e3c183f987726a.tar.gz dotfiles-e2437d10091330b4770a314ae6e3c183f987726a.zip |
Add map to start Thunar
I wanted to use Mod4+E, but that's tile mode for i3wm.
Diffstat (limited to 'sxhkd/sxhkdrc')
-rw-r--r-- | sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 942381ab..94726e2c 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -28,6 +28,9 @@ super + m super + p dmp +super + t + thunar + super + v x-terminal-emulator -e "$VISUAL" |