diff options
Diffstat (limited to 'Scripts/.config')
| -rwxr-xr-x | Scripts/.config/Scripts/autostart.sh | 4 | ||||
| -rwxr-xr-x | Scripts/.config/Scripts/screen.sh | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Scripts/.config/Scripts/autostart.sh b/Scripts/.config/Scripts/autostart.sh index e8b248b..ae83982 100755 --- a/Scripts/.config/Scripts/autostart.sh +++ b/Scripts/.config/Scripts/autostart.sh @@ -19,7 +19,9 @@ run nm-applet run blueman-applet run picom --experimental-backends --config ~/.config/compton.conf run flatpak run com.github.wwmm.easyeffects -setbg ~/.config/wall.png +run rsblocks +#setbg ~/.config/wall.png +#setbg "$WALLPAPERS_HOME" FEDORA=$(hostnamectl | grep -qw Fedora && echo $?) if [ "$FEDORA" == 0 ]; diff --git a/Scripts/.config/Scripts/screen.sh b/Scripts/.config/Scripts/screen.sh index 54b6807..855bd1d 100755 --- a/Scripts/.config/Scripts/screen.sh +++ b/Scripts/.config/Scripts/screen.sh @@ -17,7 +17,7 @@ d() { if [[ "$MON_COUNT" -gt 1 ]] dual() { if [[ "$MON_COUNT" = 3 ]] then xrandr --output "$PRIMARY" --primary --auto --output DP-1 --auto --left-of "$PRIMARY" --output HDMI-2 --auto --right-of "$PRIMARY" ; # office - else xrandr --output "$PRIMARY" --primary --auto --output HDMI-2 --auto --right-of "$PRIMARY" --output VGA-1 --auto --right-of "$PRIMARY"; # home + else xrandr --output "$PRIMARY" --primary --auto --output DP-1 --auto --right-of "$PRIMARY"; # home fi ;} laptop() { xrandr --output "$PRIMARY" --primary --auto --output HDMI-2 --off --output DP-1 --off --output VGA-1 --off ;} hdmi() { xrandr --output HDMI-2 --auto --output "$PRIMARY" --off ;} |
