From 0bf0753c6bc990825f15d3e3722e341176c055e2 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Tue, 19 Nov 2019 23:18:30 -0500 Subject: [PATCH] Add compton, feh settings --- .config/i3/config | 4 ++-- .fehbg | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 .fehbg diff --git a/.config/i3/config b/.config/i3/config index bc44142..534075a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -207,8 +207,8 @@ exec --no-startup-id geary #exec --no-startup-id firefox # i3 default execs exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec --no-startup-id nitrogen --restore; sleep 1; compton -b -exec --no-startup-id nitrogen --restore +exec --no-startup-id compton --config ~/.config/compton.conf +exec --no-startup-id sh ~/.fehbg exec --no-startup-id nm-applet exec --no-startup-id xfce4-power-manager exec --no-startup-id pamac-tray diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..e690d59 --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/kapper/Downloads/bgs/anomaly.jpg'