aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/interface.pp')
-rw-r--r--manifests/utils/interface.pp40
1 files changed, 15 insertions, 25 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp
index 4367627..a9f3520 100644
--- a/manifests/utils/interface.pp
+++ b/manifests/utils/interface.pp
@@ -2,18 +2,13 @@ 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',
'xdotool',
'xtitle',
@@ -21,11 +16,18 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
'pcmanfm',
'awesome-extra',
'numlockx',
- 'metar',
'wmctrl',
'xsel',
- 'xinput',
- 'i3',
+ 'autocutsel',
+ 'parcellite',
+ #'xinput',
+ #'metar',
+ #'i3',
+ #'rxvt',
+ #'thunar',
+ #'xterm',
+ #'eterm',
+ #'gnome-terminal',
]:
ensure => installed,
}
@@ -39,30 +41,18 @@ class nodo::utils::interface inherits nodo::utils::interface::console {
ensure => installed,
}
+ # We need a workaround for this:
+ # https://bbs.archlinux.org/viewtopic.php?id=50647
+ # http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen
package { [
- 'rxvt-unicode',
+ 'rxvt-unicode-256color',
]:
ensure => present,
- # We need a workaround for this:
- # https://bbs.archlinux.org/viewtopic.php?id=50647
- # http://linuxforcynics.com/how-to/using-rxvt-unicode-with-screen
- name => $lsbdistcodename ? {
- 'squeeze' => 'rxvt-unicode',
- default => 'rxvt-unicode-256color',
- }
- }
-
- package { [
- 'terminology',
- ]:
- ensure => $::lsbdistcodename ? {
- 'wheezy' => absent,
- default => present,
- },
}
# Old stuff
package { [
+ 'terminology',
'conkyforecast',
'fluxbox',
]: