Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam authored Mar 23, 2023
1 parent 3f61f81 commit 2805a34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Now with app auto profiles !

Or run sh install.sh from the directory to install.

## UBUNTU FLAVORS :
Please add the corresponding repos for xdotool and his dependency :
https://packages.ubuntu.com/search?keywords=xdotool
https://packages.ubuntu.com/search?keywords=libxdo3&searchon=names
(Click on your version and add the line to /etc/apt/sources.list, then you can run the script.)
You can also install libnotify-bin to get notifications if they are not there : `sudo apt install libnotify-bin`


## COMMANDS :

Expand Down
22 changes: 8 additions & 14 deletions keyMap.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
config=defaultConfig
1 - keyClick=XF86AudioMute
2 - specialKey=;
2 - run=firefox
3 - [email protected]
4 - run=if [ $(pgrep -c spotify) -eq 0 ]; then spotify; fi
5 - run=gnome-terminal
5 - run=x-terminal-emulator
6 - specialPressOnPress=È
6 - specialReleaseOnRelease=È
7 - key=XF86AudioLowerVolume
Expand All @@ -19,29 +19,23 @@ configEnd

config=defaultConfig2
1 - key=XF86AudioMute
3 - run=gnome-terminal
3 - run=x-terminal-emulator
3 - sleep=1000
3 - run=gnome-terminal
4 - run=gnome-terminal
4 - sleep=1000
4 - run=gnome-terminal
5 - runRelease=gnome-terminal
5 - sleeprelease=1000
5 - runRelease=gnome-terminal
3 - run=x-terminal-emulator
7 - key=XF86AudioLowerVolume
8 - key=XF86AudioPlay
9 - key=XF86AudioRaiseVolume
10 - keyClick=XF86AudioPrev
11 - chmap=defaultConfig
12 - keyClick=XF86AudioNext
13 - run=gnome-terminal
14 - run=gnome-terminal
13 - run=x-terminal-emulator
14 - run=x-terminal-emulator
configEnd

configWindow=Spotify
1 - key=XF86AudioMute
3 - [email protected]
5 - runRelease=gnome-terminal
5 - runRelease=x-terminal-emulator
7 - key=XF86AudioLowerVolume
8 - key=XF86AudioPlay
9 - key=XF86AudioRaiseVolume
Expand All @@ -56,7 +50,7 @@ configWindow=Gnome-terminal
1 - key=XF86AudioMute
3 - [email protected]
4 - run=if [ $(pgrep -c spotify) -eq 0 ]; then spotify; fi
5 - run=gnome-terminal
5 - run=x-terminal-emulator
6 - specialPressOnPress=È
6 - specialReleaseOnRelease=È
7 - key=XF86AudioLowerVolume
Expand Down

0 comments on commit 2805a34

Please sign in to comment.