added cursor
parent
c3383ea82b
commit
c71b3947d4
|
|
@ -206,7 +206,7 @@ bind = $mainMod, Y, changegroupactive, b
|
||||||
#bind = , escape, submap, reset
|
#bind = , escape, submap, reset
|
||||||
#submap = reset
|
#submap = reset
|
||||||
|
|
||||||
bind = $mainMod SHIFT, K , exec, hyprctl kill
|
bind = $mainMod SHIFT, Q, exec, hyprctl kill
|
||||||
|
|
||||||
#screenshot capture
|
#screenshot capture
|
||||||
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ device {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#autogenerated = 0 # remove this line to remove the warning
|
#autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
# This is an example Hyprland config file.
|
# 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; float; move 10% 10%; size 70% 70%] kitty
|
||||||
exec-once=[workspace special:magic silent] 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
|
exec-once=GTK_THEME=Default && nwg-dock-hyprland -mb 15 -r -p bottom
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,11 @@ sudo cp -r .config /etc/skel/
|
||||||
sudo cp -r ~/Dotfiles/gtk-themes/cyberqueer /usr/share/themes
|
sudo cp -r ~/Dotfiles/gtk-themes/cyberqueer /usr/share/themes
|
||||||
sudo cp ~/Dotfiles/desktopenvs/hyprland/btop/themes/cyberqueer.theme /usr/share/btop/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
|
#zsh setup
|
||||||
echo "Setting up zsh"
|
echo "Setting up zsh"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue