8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp -f ~/.config/hypr/hyprland_docked.conf ~/.config/hypr/hyprland.conf
|
|
|
|
./restart-bar
|
|
|
|
echo " ==> Done! To revert to normal config, run apply-config"
|