replace swappy with satty

This commit is contained in:
Simon Rieger 2025-04-29 11:42:44 +02:00
parent e170a81891
commit 380de70a05
2 changed files with 6 additions and 15 deletions

View file

@ -24,7 +24,7 @@ bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
bind = $mainMod, Print, exec, grim -g "$(slurp -d)" - | swappy -f -
bind = $mainMod, Print, exec, grim -g "$(slurp -d)" - | satty -f -
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l

View file

@ -53,6 +53,11 @@ sudo dnf install -y \
docker-ce docker-ce-cli containerd.io \
docker-buildx-plugin docker-compose-plugin
## Aktiviere das COPR-Repository von solopasha/hyprland:
sudo dnf copr enable solopasha/hyprland
sudo dnf install satty nwg-look cliphist
sudo dnf update
## VSCodium
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
if [ ! -e /etc/yum.repos.d/vscodium.repo ]; then
@ -86,20 +91,6 @@ else
echo "Starship ist bereits installiert, überspringe Installation"
fi
# Cliphist mit Prüfung
if [[ ! -f /usr/bin/cliphist ]]; then
mkdir -p ${HOME}/repos
cd ${HOME}/repos
git clone https://github.com/sentriz/cliphist.git
cd cliphist
go build -o cliphist .
sudo cp cliphist /usr/bin/
cd
echo "cliphist wurde auf dem System installiert"
else
echo "cliphist ist bereits installiert, überspringe Download"
fi
# MinIO Client mit Prüfung
if [[ ! -f $HOME/minio-binaries/mc ]]; then
curl https://dl.min.io/client/mc/release/linux-$(uname -m)/mc \