mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 23:53:43 +02:00
refactor: setup script
This commit is contained in:
parent
d78b0734ba
commit
67ff5b5f9f
3 changed files with 10 additions and 7 deletions
|
@ -9,7 +9,10 @@ windowrulev2 = animation popin,class:^(alacritty|Alacritty|pavucontrol|org.kde.p
|
|||
windowrulev2 = float,class:^(nemo|pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$
|
||||
windowrulev2 = size 65%,class:^(nemo)$
|
||||
windowrulev2 = center,class:^(nemo)$
|
||||
windowrulev2 = stayfocused, title:^()$,class:^(rofi)$
|
||||
|
||||
# default rofi rules:
|
||||
windowrulev2 = stayfocused, class:^(Rofi)$
|
||||
windowrulev2 = float, class:^(Rofi)$
|
||||
|
||||
# bluetooth managers rules :
|
||||
windowrulev2 = float, class:^(blueman-manager)$
|
||||
|
|
8
setup.sh
8
setup.sh
|
@ -1,15 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
source ./.scripts/utils/init.sh
|
||||
source .scripts/utils/init.sh
|
||||
|
||||
UPDATE_PKGS=false
|
||||
CLEAR_CACHE=false
|
||||
DISABLE_GRUB_MENU=false
|
||||
TTF_FONTS_DIR="./host/ui/fonts/TTF"
|
||||
TTF_FONTS_DIR="host/ui/fonts/TTF"
|
||||
|
||||
display_help() {
|
||||
echo "Usage: [-i | -f] [-h]"
|
||||
echo " -i Full install"
|
||||
echo "Usage: [-s | -f] [-h]"
|
||||
echo " -s Full install"
|
||||
echo " -f Install host fonts"
|
||||
}
|
||||
|
||||
|
|
4
stow.sh
4
stow.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source ./.scripts/utils/init.sh
|
||||
source ./.scripts/utils/_links.sh
|
||||
source .scripts/utils/init.sh
|
||||
source .scripts/utils/_links.sh
|
||||
|
||||
DOTS_CONFIG_DIR="$(pwd)/linux-configs"
|
||||
DOTFILES_DIR="$DOTS_CONFIG_DIR/dotfiles"
|
||||
|
|
Loading…
Add table
Reference in a new issue