Last active
December 26, 2015 04:09
-
-
Save pamolloy/7091298 to your computer and use it in GitHub Desktop.
Additions to my i3 window manager configuration file saved to ~/.i3/config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Window decoration colors | |
| client.focused #7f8f9e #617180 #cfdfee | |
| client.focused_inactive #444b54 #343b44 #848b94 | |
| client.unfocused #3a4047 #2a3037 #7a8087 | |
| client.urgent #b73f3d #b33b39 #fffff0 | |
| # Custom keyboard bindings | |
| # Scripts available in https://github.com/pamolloy/bin | |
| bindsym XF86Tools exec xterm -e ncmpcpp | |
| bindsym XF86AudioNext exec mpc next | |
| bindsym XF86AudioPrev exec mpc prev | |
| bindsym XF86AudioPlay exec audio-play.sh | |
| bindsym XF86AudioRaiseVolume exec amixer -q -c 0 set Master 2dB+ | |
| bindsym XF86AudioLowerVolume exec amixer -q -c 0 set Master 2dB- | |
| bindsym XF86HomePage exec enu-deu.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment