Fixes issues with install
This commit is contained in:
parent
0477b00d6e
commit
c843b5d397
9 changed files with 7 additions and 3 deletions
0
.config/hypr/config/Autostart.conf##class.Laptop
Normal file
0
.config/hypr/config/Autostart.conf##class.Laptop
Normal file
|
|
@ -1,2 +1,4 @@
|
|||
exec-once = gtk-launch teams-nativefier.desktop &
|
||||
exec-once = gtk-launch zen.desktop &
|
||||
|
||||
exec-once = $HOME/.config/evremap/orchestrator &> $HOME/.log/evremap-orchestrator.log
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
exec-once = $HOME/.config/evremap/orchestrator &> $HOME/.log/evremap-orchestrator.log
|
||||
|
|
@ -41,4 +41,3 @@ exec-once = hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row
|
|||
exec-once = hyprsunset &
|
||||
exec-once = sleep 1 && darkman run &
|
||||
|
||||
exec-once = $HOME/.config/evremap/orchestrator &> $HOME/.log/evremap-orchestrator.log
|
||||
|
|
|
|||
|
|
@ -30,5 +30,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
|
|||
grim \
|
||||
slurp \
|
||||
hyprsunset \
|
||||
darkman
|
||||
darkman \
|
||||
anyrun-git
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@
|
|||
yay -S --needed python-pywal
|
||||
|
||||
wal --theme base16-gruvbox-medium
|
||||
sudo chmod +x /usr/lib/python3.13/site-packages/pywalfox/bin/main.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue