Add packages for hyprland
This commit is contained in:
parent
c1fb781f6e
commit
dd6ec627d1
@ -3,6 +3,10 @@ if [ -f /etc/bashrc ]; then
|
|||||||
. /etc/bashrc
|
. /etc/bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Use bash-completion, if available
|
||||||
|
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
|
||||||
|
. /usr/share/bash-completion/bash_completion
|
||||||
|
|
||||||
# History control
|
# History control
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
HISTCONTROL=ignoreboth
|
HISTCONTROL=ignoreboth
|
||||||
|
@ -134,3 +134,30 @@ openssl-devel
|
|||||||
opus-devel
|
opus-devel
|
||||||
pulseaudio-libs-devel
|
pulseaudio-libs-devel
|
||||||
hipblas
|
hipblas
|
||||||
|
egl-wayland
|
||||||
|
hyprland
|
||||||
|
hyprland-devel
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
|
hyprland-plugins
|
||||||
|
waybar
|
||||||
|
hyprpaper
|
||||||
|
hyprpicker
|
||||||
|
hypridle
|
||||||
|
hyprlock
|
||||||
|
hyprsunset
|
||||||
|
hyprsysteminfo
|
||||||
|
hyprshot
|
||||||
|
hyprland-autoname-workspaces
|
||||||
|
aylurs-gtk-shell
|
||||||
|
eww
|
||||||
|
cliphist
|
||||||
|
nwg-clipman
|
||||||
|
swww
|
||||||
|
hyprnome
|
||||||
|
hyprdim
|
||||||
|
pyprland
|
||||||
|
mpvpaper
|
||||||
|
dunst
|
||||||
|
sunshine
|
||||||
|
qt5-qtwayland
|
||||||
|
qt6-qtwayland
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
source ~/.local/share/sunhat/sources/env.sh
|
source ~/.local/share/sunhat/sources/env.sh
|
||||||
|
sudo dnf copr enable solopasha/hyprland -y
|
||||||
|
sudo dnf copr enable matte-schwartz/sunshine -y
|
||||||
|
sudo dnf copr enable pgdev/ghostty -y
|
||||||
|
dnf copr enable tomaszgasior/mushrooms -y
|
||||||
sudo dnf install -y $TOOLS
|
sudo dnf install -y $TOOLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user