[Hypr] Add docked config
This commit is contained in:
15
scripts/laptop-docked
Executable file
15
scripts/laptop-docked
Executable 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"
|
Reference in New Issue
Block a user