From 5aabd49ad28e065ef01280b0eb5afe3441229dbf Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 7 Jun 2023 15:40:43 -0400 Subject: [PATCH] feat: switch from swww to hyprpaper --- hypr/hyprland.conf | 4 +--- hypr/scripts/tablet/autorotate.sh | 5 ----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c08749ab..03adfb6e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -9,7 +9,6 @@ $scripts = "$HOME/.config/hypr/scripts" # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -# exec-once = waybar & hyprpaper & firefox exec-once = bash -c "sleep 3; nm-applet" exec-once = bash -c "sleep 4; blueman-applet" exec-once = bash -c "sleep 5; nextcloud --background" @@ -26,8 +25,7 @@ exec-once = dbus-update-activation-environment --all exec-once = gnome-keyring-daemon --start --components=secrets exec-once = $menu -exec-once = swww init -exec-once = swww img "$HOME/Pictures/BG/bonzai.jpg" +exec-once = hyprpaper exec-once = $scripts/lose-focus.sh exec-once = waybar diff --git a/hypr/scripts/tablet/autorotate.sh b/hypr/scripts/tablet/autorotate.sh index 88b025d3..b6dafcde 100755 --- a/hypr/scripts/tablet/autorotate.sh +++ b/hypr/scripts/tablet/autorotate.sh @@ -1,12 +1,7 @@ #!/bin/bash execute() { - swww img $HOME/Pictures/BG/black.jpg - sleep 0.1 - echo "Rotating" - - swww img $HOME/Pictures/BG/bonzai.jpg /home/matt/.config/lisgd/config & lisgd_pid=$! # Save the PID of the lisgd process }