diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-12 13:50:53 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-12 13:50:53 +0200 |
commit | 68dadd91357839749beccf19cba3e7b80c4ebfb3 (patch) | |
tree | d8c873ac230e79878873aa3238a19d2837ba1e15 | |
parent | 6a7c3062aabb76dc0f12809c671e52270d850d13 (diff) | |
download | myconfigs-68dadd91357839749beccf19cba3e7b80c4ebfb3.tar.gz myconfigs-68dadd91357839749beccf19cba3e7b80c4ebfb3.tar.bz2 myconfigs-68dadd91357839749beccf19cba3e7b80c4ebfb3.zip |
Drop sys-* files as they expect consolekit
I am no longer using consolekit.
-rwxr-xr-x | install | 3 | ||||
-rwxr-xr-x | local/bin/sys-reboot | 2 | ||||
-rwxr-xr-x | local/bin/sys-shutdown | 2 | ||||
-rwxr-xr-x | local/bin/sys-suspend | 2 |
4 files changed, 0 insertions, 9 deletions
@@ -84,9 +84,6 @@ if ask "Install desktop (i3..)"; then inst config/i3blocks/ ~/.config/i3blocks inst config/dunst/ ~/.config/dunst inst local/bin/mxrandr ~/.local/bin/ - inst local/bin/sys-reboot ~/.local/bin/ - inst local/bin/sys-shutdown ~/.local/bin/ - inst local/bin/sys-suspend ~/.local/bin/ # Some small Xserver tools inst local/bin/clip ~/.local/bin/ inst local/bin/xshot ~/.local/bin/ diff --git a/local/bin/sys-reboot b/local/bin/sys-reboot deleted file mode 100755 index 24a024c..0000000 --- a/local/bin/sys-reboot +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart diff --git a/local/bin/sys-shutdown b/local/bin/sys-shutdown deleted file mode 100755 index bff9762..0000000 --- a/local/bin/sys-shutdown +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop diff --git a/local/bin/sys-suspend b/local/bin/sys-suspend deleted file mode 100755 index 49b4b2e..0000000 --- a/local/bin/sys-suspend +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Suspend boolean:true |