From 2b631fb2cd155b7ae60c73fbb9f4027370f1f9c7 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Apr 2018 01:33:52 +0100 Subject: [PATCH] Remove .fehbg script --- .config/i3/config | 2 +- .fehbg | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100755 .fehbg diff --git a/.config/i3/config b/.config/i3/config index 4679bf5..6c945b5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -186,8 +186,8 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 5 && pkill -RTMIN+12 i3blocks exec --no-startup-id "ip monitor | while read; do pkill -RTMIN+15 i3blocks; done" # app launch shortcuts -exec --no-startup-id ~/.fehbg exec --no-startup-id ~/.config/i3/disable-standby-fs.py +exec --no-startup-id feh --no-fehbg --no-xinerama --bg-fill ~/pictures/lakesidesunrise.jpg exec --no-startup-id xautolock -time 5 -locker ~/.config/i3/lock.sh -nocloseout -nocloseerr # startup programs diff --git a/.fehbg b/.fehbg deleted file mode 100755 index 94f6942..0000000 --- a/.fehbg +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -'feh' '--no-xinerama' '--bg-fill' '/home/frebib/pictures/lakesidesunrise.jpg'