Update install.sh
This commit is contained in:
@@ -192,7 +192,7 @@ echo 'alias upup="sudo apt update && sudo apt upgrade -y && sudo apt autoremove
|
|||||||
echo 'bind '"'"'"\C-f":"open "$(fzf)"\n"'"'" >> ~/.bashrc
|
echo 'bind '"'"'"\C-f":"open "$(fzf)"\n"'"'" >> ~/.bashrc
|
||||||
|
|
||||||
# Make some directories for later use
|
# Make some directories for later use
|
||||||
mkdir -p ~/.local/src ~/.local/bin
|
mkdir -p ~/.local/src ~/.local/bin ~/.fonts ~/Wallpapers
|
||||||
|
|
||||||
# # # # # Config folders & files
|
# # # # # Config folders & files
|
||||||
|
|
||||||
@@ -505,7 +505,7 @@ bind = , XF86MonBrightnessDown, exec, brightnessctl -q s 10%-
|
|||||||
|
|
||||||
# Lockdown / Screenlock
|
# Lockdown / Screenlock
|
||||||
bind = , XF86Lock, exec, swaylock -f -L -e -c 000000 --indicator-radius 250 --indicator-thickness 6
|
bind = , XF86Lock, exec, swaylock -f -L -e -c 000000 --indicator-radius 250 --indicator-thickness 6
|
||||||
bind = $mainMod, l, exec, swaylock -f -L -e -c 000000 --indicator-radius 250 --indicator-thickness 6
|
bind = $mainMod, l, exec, swaylock -f -L -e -c 000000 --indicator-radius 250 --indicator-thickness 6 -i $(find $HOME/Wallpapers -type f | shuf -n 1)
|
||||||
|
|
||||||
# Open Programs
|
# Open Programs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user