add two other program

This commit is contained in:
randomuser 2023-04-10 08:57:35 -05:00
parent 908cb7c24d
commit b3d186ee92
3 changed files with 13 additions and 0 deletions

View File

@ -10,6 +10,7 @@ man:
sh:
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f sh/paste $(DESTDIR)$(PREFIX)/bin
cp -f sh/snapcad $(DESTDIR)$(PREFIX)/bin
cp -f sh/sfeed_yt_add $(DESTDIR)$(PREFIX)/bin
cp -f sh/disp $(DESTDIR)$(PREFIX)/bin
cp -f sh/wallpaper $(DESTDIR)$(PREFIX)/bin
@ -36,6 +37,7 @@ sh:
cp -f sh/git-credential-gitpass $(DESTDIR)$(PREFIX)/bin
cp -f sh/capture $(DESTDIR)$(PREFIX)/bin
cp -f sh/toggle-contingency-mode $(DESTDIR)$(PREFIX)/bin
cp -f sh/keyboard $(DESTDIR)$(PREFIX)/bin
ln -sf $(DESTDIR)$(PREFIX)/bin/tmenu_run $(DESTDIR)$(PREFIX)/bin/regenerate
cp -f sh/discord $(DESTDIR)$(PREFIX)/bin

7
sh/keyboard Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
setxkbmap -option caps:super
killall xcape
xcape -e 'Super_L=Escape'
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
xset r rate 200 40

4
sh/snapcad Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# opens snapcad
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/VEX\ Robotics/SnapCAD/SnapCAD.exe