diff --git a/hypr_desktop/conf/keybinds.conf b/hypr_desktop/conf/keybinds.conf index 9824b16..ac1dcf0 100644 --- a/hypr_desktop/conf/keybinds.conf +++ b/hypr_desktop/conf/keybinds.conf @@ -2,6 +2,7 @@ bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-5semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f - +bind=SUPERCONTROLSHIFT,S,exec,grim -g "0,0 3440x1440" - | wl-copy bind=SUPER,F,exec,firefox bind=SUPER,T,exec,kitty -1 bind=SUPER,Q,killactive, diff --git a/scripts/flatpkg.txt b/scripts/flatpkg.txt index 9770c07..f570909 100644 --- a/scripts/flatpkg.txt +++ b/scripts/flatpkg.txt @@ -28,7 +28,6 @@ org.freedesktop.Platform.GL.default (Extra) org.freedesktop.Platform.GL32.default org.freedesktop.Platform.GL32.default -(Extra) org.freedesktop.Platform.GStreamer.gstreamer-vaapi org.freedesktop.Platform.ffmpeg-full org.freedesktop.Platform.ffmpeg_full.i386 diff --git a/scripts/pac b/scripts/pac index 9b2aba2..ff4ae3d 100755 --- a/scripts/pac +++ b/scripts/pac @@ -31,7 +31,7 @@ install() { if [ "$PKG" == '' ]; then CHOICE="F" read -p "Flatpak, cargo or aur? [F/c/a] " CHOICE - if [ "$CHOICE" == 'F' ]; then + if [ "$CHOICE" == 'F' ] || [ "$CHOICE" == '' ]; then flatpak install "$1" elif [ "$CHOICE" == 'c' ]; then mkdir -p $HOME/.local/bin/cargo/ diff --git a/scripts/pacmanpkg.txt b/scripts/pacmanpkg.txt index 629d672..5976369 100644 --- a/scripts/pacmanpkg.txt +++ b/scripts/pacmanpkg.txt @@ -75,6 +75,8 @@ aws-crt-cpp aws-sdk-cpp ayatana-ido babl +baloo-widgets +baloo5 base bash bat @@ -188,6 +190,7 @@ docbook-xml docbook-xsl docker docker-compose +dolphin dosfstools dotnet-host dotnet-runtime @@ -289,6 +292,7 @@ ghc-libs ghostscript giflib gimp +girara git gitoxide gitui @@ -2147,6 +2151,7 @@ yasm yay youtube-dl yt-dlp +zathura zbar zenith zenity diff --git a/setup.sh b/setup.sh index 216051e..edfb1ee 100755 --- a/setup.sh +++ b/setup.sh @@ -1,20 +1,19 @@ find $PWD -maxdepth 1 -mindepth 0 -exec ln -s '{}' $HOME/.config/ \; mv $HOME/.config/.zshrc ../.zshrc -unlink $HOME/.config/.git +unlink $HOME/.config/.git unlink $HOME/.config/.gitignore unlink $HOME/.config/README.md -unlink $HOME/.config/eww_desktop unlink $HOME/.config/hypr_desktop -unlink $HOME/.config/eww_laptop unlink $HOME/.config/hypr_laptop unlink $HOME/.config/setup.sh unlink $HOME/.config/dotFiles -gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' + +gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3' && gsettings set org.gnome.desktop.interface color-scheme 'default' +sh ./pac load +flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo if [ "$1" = "laptop" ]; then - ln -s $PWD/eww_laptop $HOME/.config/eww - ln -s $PWD/hypr_laptop $HOME/.config/hypr -elif [ "$1" = "desktop" ]; then - ln -s $PWD/eww_desktop $HOME/.config/eww - ln -s $PWD/hypr_desktop $HOME/.config/hypr + ln -s $PWD/hypr_laptop $HOME/.config/hypr +elif [ "$1" = "desktop" ]; then + ln -s $PWD/hypr_desktop $HOME/.config/hypr fi