From e0ffe29fd7dd252daadbd569ce2b638c2558dbfb Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 6 Feb 2019 10:50:06 +0100 Subject: [PATCH] Using i3lock-fancy. --- .config/i3/config | 2 +- .xsession | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 7e6cb75..8318178 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -172,7 +172,7 @@ bar { # mdk additions: hide_edge_borders both -bindsym $mod+o exec i3lock +bindsym $mod+o exec i3lock-fancy focus_follows_mouse no bindsym $mod+x move workspace to output right exec x-terminal-emulator diff --git a/.xsession b/.xsession index 3d99b10..a72fc21 100644 --- a/.xsession +++ b/.xsession @@ -30,5 +30,5 @@ ulimit -c unlimited # Start i3 feh --bg-fill /home/mandark/meltyLab2.jpg & -xautolock -time 3 -locker i3lock -detectsleep & +xautolock -time 3 -locker i3lock-fancy -detectsleep & exec /usr/bin/i3 diff --git a/README.md b/README.md index ad466c8..397b82f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Packages I typically use ``` -apt-get install xorg i3 rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils fonts-symbola unifont +apt-get install xorg i3 i3lock-fancy rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils fonts-symbola unifont ``` ## Packages I may need