[Hypr] Add docked config
This commit is contained in:
12
setup
12
setup
@@ -59,16 +59,12 @@ cp -r ./config/rofi ~/.config/
|
||||
# Depending on platform, remove one or the other config and rename remaining one
|
||||
if [[ "$platform" == "d" ]]; then
|
||||
echo "Running on desktop"
|
||||
mv ~/.config/hypr/hyprland_desktop.conf ~/.config/hypr/hyprland.conf
|
||||
rm ~/.config/hypr/hyprland_*
|
||||
mv ~/.config/rofi/config_desktop.rasi ~/.config/rofi/config.rasi
|
||||
rm ~/.config/rofi/config_*
|
||||
cp -f ~/.config/hypr/hyprland_desktop.conf ~/.config/hypr/hyprland.conf
|
||||
cp -f ~/.config/rofi/config_desktop.rasi ~/.config/rofi/config.rasi
|
||||
else
|
||||
echo "Running on laptop"
|
||||
mv ~/.config/hypr/hyprland_laptop.conf ~/.config/hypr/hyprland.conf
|
||||
rm ~/.config/hypr/hyprland_*
|
||||
mv ~/.config/rofi/config_laptop.rasi ~/.config/rofi/config.rasi
|
||||
rm ~/.config/rofi/config_*
|
||||
cp -f ~/.config/hypr/hyprland_laptop.conf ~/.config/hypr/hyprland.conf
|
||||
cp -f ~/.config/rofi/config_laptop.rasi ~/.config/rofi/config.rasi
|
||||
fi
|
||||
|
||||
cp -r ./config/kitty ~/.config/
|
||||
|
Reference in New Issue
Block a user