From 82769c7c587c36448e94070b945bd8bc69a1bc79 Mon Sep 17 00:00:00 2001 From: aura Date: Sat, 2 Nov 2024 02:57:06 +0100 Subject: aya aya --- config/openbox/composite | 17 ----------------- config/openbox/ibus-wait | 3 ++- config/openbox/screenres | 2 -- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100755 config/openbox/composite delete mode 100755 config/openbox/screenres (limited to 'config') diff --git a/config/openbox/composite b/config/openbox/composite deleted file mode 100755 index 2b7d3b6..0000000 --- a/config/openbox/composite +++ /dev/null @@ -1,17 +0,0 @@ -if [ ! -d "$HOME/Pictures/Wall" ]; then - exit 1 -fi - -while IFS= read -r file; do - # Add space between filenames if string is not empty - if [ -n "$files_string" ]; then - files_string+=" " - fi - files_string+="$file" -done < <(find "$HOME/Pictures/Wall" -type f) - -echo $files_string - -feh --bg-fill $files_string - -compton & diff --git a/config/openbox/ibus-wait b/config/openbox/ibus-wait index ff919a9..547800e 100755 --- a/config/openbox/ibus-wait +++ b/config/openbox/ibus-wait @@ -1 +1,2 @@ -screen -d -m /home/aurelia/.config/openbox/ibus-wait2 +#!/bin/bash +screen -d -m $HOME/.config/openbox/ibus-wait2 diff --git a/config/openbox/screenres b/config/openbox/screenres deleted file mode 100755 index 78b4c7b..0000000 --- a/config/openbox/screenres +++ /dev/null @@ -1,2 +0,0 @@ -xrandr --output DP-0 --mode 1920x1080 --rate 165 -xrandr --output HDMI-0 --mode 1280x1024 --rate 75 -- cgit v1.2.3