dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 505bd118f5aae25dd1b3640aa22588d4c0a01e35
parent 6cdd205e5dbdbda3e04ea6f4132aabee8254150f
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 May 2024 12:56:35 +0100

fix(xbindkeys): path update for ptt. remove unused vi navigation

Diffstat:
Mxbindkeys/.xbindkeysrc | 9+--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/xbindkeys/.xbindkeysrc b/xbindkeys/.xbindkeysrc @@ -87,16 +87,9 @@ # alt + p #"/usr/bin/amixer set Capture nocap >/dev/null" # release+alt + p -"/home/pyratebeard/bin/ptt" +"/home/pyratebeard/.local/bin/ptt" alt + p -## vi navigation -"/usr/bin/xte 'key j'" - release+alt + n - -"/usr/bin/xte 'key k'" - release+alt + e - ################################## # End of xbindkeys configuration # ##################################