From cee51803fa679aad6ea3431e84c5736bff4752f8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 3 May 2018 20:20:47 +0200 Subject: [PATCH] [i3/config] remove old lockscreen-files --- i3/i3config | 2 +- i3/locknow.sh | 5 ----- install.conf.json | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100755 i3/locknow.sh diff --git a/i3/i3config b/i3/i3config index 9eafe10..8e6acf8 100644 --- a/i3/i3config +++ b/i3/i3config @@ -13,7 +13,7 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id nm-applet exec --no-startup-id gnome-keyring-daemon --start --components secrets exec --no-startup-id feedreader --headless -exec --no-startup-id ~/.local/bin/xmon default +exec --no-startup-id ~/.local/bin/mon-toggle exec --no-startup-id ~/.local/bin/lockscreen -d exec --no-startup-id albert exec --no-startup-id nextcloud diff --git a/i3/locknow.sh b/i3/locknow.sh deleted file mode 100755 index 468fc57..0000000 --- a/i3/locknow.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/bash - -xautolock -enable -sleep 1 -xautolock -locknow diff --git a/install.conf.json b/install.conf.json index 6713c63..760df12 100644 --- a/install.conf.json +++ b/install.conf.json @@ -37,7 +37,6 @@ "~/.local/bin/checknofullscreen": "i3/checknofullscreen.sh", "~/.local/bin/clean": "bin/clean.sh", "~/.local/bin/lockscreen": "i3/lockscreen.sh", - "~/.local/bin/locknow": "i3/locknow.sh", "~/.config/dunst/dunstrc": "i3/dunst/dunstrc", "~/.profile.d/load": "shell/load", "~/.profile.d/10-vars.sh": "shell/vars.sh",