From: Silvio Rhatto Date: Thu, 27 Aug 2015 02:39:35 +0000 (-0300) Subject: Adds xdotool X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=200e5232371be8b717d0d4d0a7d06cdc87ee7167;p=puppet-nodo.git Adds xdotool --- diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index e772a17..b166b30 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -2,7 +2,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { # Interface package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', 'xterm', 'xscreensaver', 'thunar', 'x11-apps', 'conky-all', - 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', + 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', 'xdotool', 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', 'metar', 'wmctrl', 'xsel', 'xinput', 'i3' ]: ensure => installed,