diff options
Diffstat (limited to 'abs/core-testing/fluxbox')
-rw-r--r-- | abs/core-testing/fluxbox/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/fluxbox/keys | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/fluxbox/PKGBUILD b/abs/core-testing/fluxbox/PKGBUILD index a3b077d..6735ad0 100644 --- a/abs/core-testing/fluxbox/PKGBUILD +++ b/abs/core-testing/fluxbox/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fluxbox pkgver=1.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') url="http://www.fluxbox.org" diff --git a/abs/core-testing/fluxbox/keys b/abs/core-testing/fluxbox/keys index f1a0059..06e5f21 100644 --- a/abs/core-testing/fluxbox/keys +++ b/abs/core-testing/fluxbox/keys @@ -20,9 +20,9 @@ Mod1 F12 :Workspace 12 Mod1 x :ExecCommand xterm -fn *18* Mod1 s :ExecCommand mythtv-setup Mod1 m :ExecCommand mythfrontend -Mod1 1 :ExecCommand sudo /etc/init.d/mythtv-backend start -Mod1 2 :ExecCommand sudo /etc/init.d/mythtv-backend stop -Mod1 3 :ExecCommand sudo /etc/init.d/mythtv-backend restart +Mod1 1 :ExecCommand sudo /etc/rc.d/mythtv-backend start +Mod1 2 :ExecCommand sudo /etc/rc.d/mythtv-backend stop +Mod1 3 :ExecCommand sudo /etc/rc.d/mythtv-backend restart Mod1 h :ExecCommand MythVantage -h Mod1 Control u :ExecCommand killall -9 unclutter |