summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-04-24 10:21:39 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-04-24 10:21:39 -0400
commitc3d29f2e1206c1b9f038e3f8adf2325996b14d0a (patch)
treef260c5311b1d978ed593560e0f420c02052d4da7 /setup.sh
parentf6005ad2eb05ed4518fc8ac06c459f05576988a4 (diff)
add mouse button bindings
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 8a6bda5..81a667d 100755
--- a/setup.sh
+++ b/setup.sh
@@ -12,6 +12,7 @@ touch ~/.zshenv.local
$STOW common
$STOW zsh
$STOW direnv
+$STOW xbindkeys
touch $HOME/.zshrc.local
source $HOME/.zshenv
@@ -49,8 +50,10 @@ tools=(
zoxide
rofi
# for emacs everywhere
- xorg.xwininfo
- xorg.xclip
+ xwininfo
+ xclip
+ xbindkeys
+ xvkbd
)
for tool in "${tools[@]}"; do
if ! type "$tool" &>/dev/null; then