diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index c8a02aa..8ed2fa1 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -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 diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index 5faa1f7..701e79f 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -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 \