Compare commits
No commits in common. "cf7537c87da213d697f8fdcced1e67d7498479e5" and "a79003b55cedb96623cdaaea9039ee4e8fc28f05" have entirely different histories.
cf7537c87d
...
a79003b55c
|
@ -15,4 +15,3 @@ pacman --noconfirm -S nextcloud
|
|||
pacman --noconfirm -S firefox
|
||||
pacman --noconfirm -S pamixer
|
||||
pacman --noconfirm -S swaylock
|
||||
pacman --noconfirm -S hyprcursor
|
||||
|
|
|
@ -124,9 +124,6 @@ binds {
|
|||
pass_mouse_when_bound = true
|
||||
}
|
||||
|
||||
# Hyprcursor
|
||||
env = HYPRCURSOR_THEME, "Future-Cyan-Hyprcursor_Theme"
|
||||
|
||||
# Keybindings
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
|
|
|
@ -50,11 +50,3 @@ else
|
|||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -d ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme ]; then
|
||||
git clone https://gitlab.com/Pummelfisch/future-cyan-hyprcursor
|
||||
cd future-cyan-hyprcursor
|
||||
mv Future-Cyan-Hyprcursor_Theme ~/.local/share/icons/Future-Cyan-Hyprcursor_Theme
|
||||
cd ..
|
||||
rm -rf future-cyan-hyprcursor
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue