From c3d29f2e1206c1b9f038e3f8adf2325996b14d0a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 24 Apr 2022 10:21:39 -0400 Subject: add mouse button bindings --- setup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'setup.sh') 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 -- cgit v1.2.3