X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=i3%2Fconfig;h=7caa49fd904c9f88843f828a10108a76be9bd910;hb=47735096a1a41b40d032d2c9533f8fbf1793ddce;hp=2f58a6fcd1eb2068bb6b35ca0052d6ffc4dbf777;hpb=2cb3f6ead62dca03f35ead96d2a22fcdcaea150b;p=dotfiles.git diff --git a/i3/config b/i3/config index 2f58a6f..7caa49f 100644 --- a/i3/config +++ b/i3/config @@ -8,7 +8,7 @@ # i3 config file (v4) # # Please see http://i3wm.org/docs/userguide.html for a complete reference! -exec xautolock -time 15 -locker 'i3lock -i <(import -window root - | convert - -blur 10x2 png:-)' +exec xautolock -time 15 -locker 'bash -c "i3lock -i <(import -window root - | convert - -blur 10x2 png:-)"' exec xrdb ~/.Xresources set $mod Mod4 @@ -39,8 +39,13 @@ bindsym $mod+Shift+quotedbl kill # start dmenu (a program launcher) bindsym $mod+e exec dmenu_run + +# place and update the calendar background bindsym $mod+Shift+E exec convert -background black -fill white -size 1600x900 -font /usr/share/fonts/truetype/unifont/unifont.ttf label:"$(gcalcli --nc calw)" png:- | display -window root +# lock the machine +bindsym $mod+l exec xautolock -locknow + # change focus bindsym $mod+h focus left bindsym $mod+t focus down