Adding qutebrowser configs

This commit is contained in:
Chris Cochrun 2020-10-21 06:23:09 -05:00
parent 3bed180ab3
commit 84957355a4
13 changed files with 36 additions and 3338 deletions

2
scripts/fehbg.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
feh --no-fehbg --bg-fill '/home/chris/Pictures/wallpapers/RoyalKing.png'

2
scripts/fileusage.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/sh
btrfs fi usage / | rg Free | awk '{print $3}'