diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 8b0a2ad..182c2ea 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -206,7 +206,7 @@ bind = $mainMod, Y, changegroupactive, b #bind = , escape, submap, reset #submap = reset -bind = $mainMod SHIFT, K , exec, hyprctl kill +bind = $mainMod SHIFT, Q, exec, hyprctl kill #screenshot capture bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 5850e86..ee18388 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -15,7 +15,6 @@ device { } - #autogenerated = 0 # remove this line to remove the warning # This is an example Hyprland config file. @@ -269,4 +268,6 @@ exec-once=bash swww img ~/Pictures/background.jpg && swww restore #exec-once=[workspace special:magic silent; float; move 10% 10%; size 70% 70%] kitty exec-once=[workspace special:magic silent] kitty +exec-once=hyprctl setcursor Nordzy-cursors-lefthand 50 + exec-once=GTK_THEME=Default && nwg-dock-hyprland -mb 15 -r -p bottom diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 67c75c7..35a2dcc 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -101,6 +101,11 @@ sudo cp -r .config /etc/skel/ sudo cp -r ~/Dotfiles/gtk-themes/cyberqueer /usr/share/themes sudo cp ~/Dotfiles/desktopenvs/hyprland/btop/themes/cyberqueer.theme /usr/share/btop/themes +cd ~/install-tmp +mkdir ~/.icons +wget https://github.com/guillaumeboehm/Nordzy-cursors/releases/download/v2.3.0/Nordzy-cursors-lefthand.tar.gz +tar -zxvf Nordzy-cursors-lefthand.tar.gz -C $HOME/.icons/ +#tar -zxvf Nordzy-cursors-white.tar.gz -C $HOME/.icons/ #zsh setup echo "Setting up zsh"