diff --git a/roles/x/tasks/main.yml b/roles/x/tasks/main.yml index a0f1440..3fd839c 100644 --- a/roles/x/tasks/main.yml +++ b/roles/x/tasks/main.yml @@ -26,7 +26,6 @@ - include: sxhkd.yml - include: unclutter.yml -- include: volwheel.yml - include: autorandr.yml - include: srandrd.yml - include: termite.yml diff --git a/roles/x/tasks/volwheel.yml b/roles/x/tasks/volwheel.yml deleted file mode 100644 index 993bfc8..0000000 --- a/roles/x/tasks/volwheel.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- name: Install volwheel - pacman: name=volwheel state=present - tags: - - volwheel