]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds xdotool
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Aug 2015 02:39:35 +0000 (23:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Aug 2015 02:39:35 +0000 (23:39 -0300)
manifests/utils/interface.pp

index e772a17937d1d4a5c3207004d7d744655d009f4a..b166b30b720314cabd23695eb6ab238b1830ef9e 100644 (file)
@@ -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,