[Hypr] Add docked config

This commit is contained in:
2025-06-12 10:05:13 +02:00
parent 4540dc00e7
commit 78c97c5d84
4 changed files with 78 additions and 10 deletions

15
scripts/laptop-docked Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
cp -f ~/.config/hypr/hyprland_docked.conf ~/.config/hypr/hyprland.conf
cp -f ~/.config/rofi/config_desktop.rasi ~/.config/rofi/config.rasi
echo " ==> Restarting ags... "
killall gjs
killall ags
sleep 5
ags run -d ~/projects/active/dotfiles/config/astal --gtk4 & disown
sleep 2
ags run -d ~/projects/active/dotfiles/config/ags/notifications & disown
echo " ==> Done! To revert to normal config, run change-wallpaper"