moved from pacman hyprland to hyprland git
parent
cbb60f9863
commit
785f3d2ebd
|
|
@ -90,7 +90,37 @@ general {
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
|
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
|
||||||
|
col.border_active = rgb(E40046)
|
||||||
|
col.border_inactive = rgb(5018dd)
|
||||||
|
col.border_locked_active = rgb(f50505)
|
||||||
|
col.border_locked_inactive = rgb(5018dd)
|
||||||
|
|
||||||
|
#rounding = 10
|
||||||
|
|
||||||
|
groupbar {
|
||||||
|
font_family = Agave NerdFont
|
||||||
|
font_size = 20
|
||||||
|
height = 25
|
||||||
|
|
||||||
|
stacked = false
|
||||||
|
|
||||||
|
text_color = rgb(d6abab)
|
||||||
|
|
||||||
|
#rounding = 10
|
||||||
|
|
||||||
|
col.active = rgb(E40046)
|
||||||
|
col.inactive = rgb(5018dd)
|
||||||
|
|
||||||
|
col.locked_active = rgb(E40046)
|
||||||
|
col.locked_inactive = rgb(5018dd)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
|
|
@ -265,10 +295,10 @@ bind = $mainMod ALT, left, resizeactive, -10 0
|
||||||
bind = $mainMod ALT, up, resizeactive, 0 -10
|
bind = $mainMod ALT, up, resizeactive, 0 -10
|
||||||
bind = $mainMod ALT, down, resizeactive, 0 10
|
bind = $mainMod ALT, down, resizeactive, 0 10
|
||||||
|
|
||||||
bind = $mainMod SHIFT, left, movewindoworgroup, l
|
bind = $mainMod SHIFT, left, movewindow, l
|
||||||
bind = $mainMod SHIFT, right, movewindoworgroup, r
|
bind = $mainMod SHIFT, right, movewindow, r
|
||||||
bind = $mainMod SHIFT, up, movewindoworgroup, u
|
bind = $mainMod SHIFT, up, movewindow, u
|
||||||
bind = $mainMod SHIFT, down, movewindoworgroup, d
|
bind = $mainMod SHIFT, down, movewindow, d
|
||||||
|
|
||||||
bind = $mainMod, G, togglegroup,
|
bind = $mainMod, G, togglegroup,
|
||||||
bind = $mainMod SHIFT, G, lockactivegroup, toggle
|
bind = $mainMod SHIFT, G, lockactivegroup, toggle
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#install components
|
#install components
|
||||||
echo "Installing required Packages"
|
echo "Installing required Packages"
|
||||||
sudo pacman -S --noconfirm alacritty alsa-utils atftp base base-devel bash-language-server btop btrfs-progs bluez clang curl dolphin dunst ffmpeg fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer pipewire nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww traceroute ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator z zsh
|
sudo pacman -S --noconfirm alacritty alsa-utils atftp base base-devel bash-language-server btop btrfs-progs bluez clang curl dolphin dunst ffmpeg fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer pipewire nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww traceroute ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator z zsh
|
||||||
|
|
||||||
#aur/yay setup
|
#aur/yay setup
|
||||||
echo "Installing yay"
|
echo "Installing yay"
|
||||||
|
|
@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service
|
||||||
|
|
||||||
#AUR list
|
#AUR list
|
||||||
echo "Installing AUR packages"
|
echo "Installing AUR packages"
|
||||||
No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-workspaces bluetuith tio fast-ssh uftpd
|
No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-git hyprland-workspaces bluetuith tio fast-ssh uftpd
|
||||||
|
|
||||||
#eww compilation
|
#eww compilation
|
||||||
echo "compiling EWW"
|
echo "compiling EWW"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue