From 5e3dfcefc30141c373cba46cc4049b1743903840 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sat, 3 Sep 2022 22:16:33 +0300 Subject: [PATCH] i3 wallpapers --- sub/bash/functions | 1 + sub/i3/config | 3 +++ 2 files changed, 4 insertions(+) diff --git a/sub/bash/functions b/sub/bash/functions index 1f7f3a3..c918dc1 100644 --- a/sub/bash/functions +++ b/sub/bash/functions @@ -125,6 +125,7 @@ extract () { mcd () { + test -z "$1" && return 1 mkdir -p "$1" && cd "$1" || return } diff --git a/sub/i3/config b/sub/i3/config index 34f0499..b994cf1 100644 --- a/sub/i3/config +++ b/sub/i3/config @@ -214,3 +214,6 @@ bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection c exec --no-startup-id xrandr --dpi 80 + +# Wallpapers +exec --no-startup-id feh --no-fehbg --bg-scale ~/Pictures/Wallpaper/wallpaper.jpg