[i3/config] remove old lockscreen-files

This commit is contained in:
Felix Buehler 2018-05-03 20:20:47 +02:00
parent afebf58ebe
commit cee51803fa
3 changed files with 1 additions and 7 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
#!/usr/bin/bash
xautolock -enable
sleep 1
xautolock -locknow

View file

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