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",