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 teams-nativefier.desktop &
|
||||||
exec-once = gtk-launch zen.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 = hyprsunset &
|
||||||
exec-once = sleep 1 && darkman run &
|
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 \
|
grim \
|
||||||
slurp \
|
slurp \
|
||||||
hyprsunset \
|
hyprsunset \
|
||||||
darkman
|
darkman \
|
||||||
|
anyrun-git
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,3 @@
|
||||||
yay -S --needed python-pywal
|
yay -S --needed python-pywal
|
||||||
|
|
||||||
wal --theme base16-gruvbox-medium
|
wal --theme base16-gruvbox-medium
|
||||||
sudo chmod +x /usr/lib/python3.13/site-packages/pywalfox/bin/main.sh
|
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -64,3 +64,4 @@
|
||||||
.config/hypr/config/Autostart.conf
|
.config/hypr/config/Autostart.conf
|
||||||
.config/yadm/bootstrap.d/02-AMDGPUDrivers.sh
|
.config/yadm/bootstrap.d/02-AMDGPUDrivers.sh
|
||||||
.config/evremap/keychron.toml
|
.config/evremap/keychron.toml
|
||||||
|
.config/evremap/ATKeyboard.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue