diff options
Diffstat (limited to 'config')
| -rwxr-xr-x | config/openbox/composite | 17 | ||||
| -rwxr-xr-x | config/openbox/ibus-wait | 3 | ||||
| -rwxr-xr-x | config/openbox/screenres | 2 |
3 files changed, 2 insertions, 20 deletions
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 |
