Updates
This commit is contained in:
parent
515292ef95
commit
a83fde0282
|
@ -97,6 +97,8 @@ git stash; git pull
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can create a clean reinstallation by removing the folder ~/dotfiles Please note that you can create a backup of your exsiting configuration with the backup feature of the install script. It's recommended to remove the folder ~/dotfiles only after creating a backup.
|
||||||
|
|
||||||
## Dotfiles Installer
|
## Dotfiles Installer
|
||||||
|
|
||||||
You can also use the dotfiles installer script to download and install the latest release: https://gitlab.com/stephan-raabe/installer
|
You can also use the dotfiles installer script to download and install the latest release: https://gitlab.com/stephan-raabe/installer
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
source ~/dotfiles/.settings/swayidle.sh
|
source ~/dotfiles/.settings/swayidle.sh
|
||||||
if [ -f "/usr/bin/swayidle" ]; then
|
if [ -f "/usr/bin/swayidle" ]; then
|
||||||
echo "swayidle is installed."
|
echo "swayidle is installed."
|
||||||
swayidle -w timeout $timeswaylock 'swaylock -f' timeout $timeoff 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
|
swayidle -w timeout $timeswaylock 'swaylock -f' timeout $timeoff 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f'
|
||||||
else
|
else
|
||||||
echo "swayidle not installed."
|
echo "swayidle not installed."
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user