Add volume control shortcuts

This commit is contained in:
Pierre Martin
2015-09-25 08:06:12 +02:00
parent f2b5dd91c4
commit 758cb059d7
3 changed files with 25 additions and 3 deletions

View File

@@ -52,7 +52,6 @@
apt: name={{ item }} state=present
tags: windowmanager
with_items:
- gnome-settings-daemon
- suckless-tools
- pcmanfm
- dunst
@@ -84,13 +83,15 @@
template: src=templates/gitconfig.j2 dest={{ansible_env.HOME}}/.gitconfig
- name: ensure fasd is installed and configured
get_url: url=https://raw.githubusercontent.com/clvv/fasd/master/fasd dest={{BIN_DIR}}/fasd mode=0755
- name: ensure binaries are available in path
copy: src=bin/ dest={{BIN_DIR}}/ mode=0755
- name: ensure dotfiles are available
copy: src=.zshrc dest={{ansible_env.HOME}}/.zshrc
# TODO
# i3 bugfixes:
# http://blog.hugochinchilla.net/2013/03/using-gnome-3-with-i3-window-manager/ - usr/share/xsessions/gnome-i3.desktop
# ++ http://www.draconianoverlord.com/2014/05/26/from-xmonad-to-i3.html
# Fn keys (sound, brightness ...). Try https://wiki.archlinux.org/index.php/Fcitx ?
#
# https://github.com/sgentle/caniuse-cmd
#