Update identation
This commit is contained in:
parent
9a16bae023
commit
1c887ee342
9 changed files with 290 additions and 297 deletions
|
@ -16,6 +16,7 @@ listener {
|
||||||
timeout = 600
|
timeout = 600
|
||||||
on-timeout = hyprctl dispatch dpms off
|
on-timeout = hyprctl dispatch dpms off
|
||||||
on-resume = hyprctl dispatch dpms on
|
on-resume = hyprctl dispatch dpms on
|
||||||
|
}
|
||||||
|
|
||||||
# Welcome back message
|
# Welcome back message
|
||||||
listener {
|
listener {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# The only reason this script exists is because
|
# The only reason this script exists is because
|
||||||
# Hyprland, jobrunner, idk does not support piping.
|
# Hyprland, jobrunner, idk does not support piping.
|
||||||
|
|
||||||
cliphist list | launch-menu | cliphist decode | wl-copy
|
cliphist list | launch-menu | cliphist decode | wl-copy
|
||||||
|
|
11
install.sh
11
install.sh
|
@ -100,14 +100,3 @@ link "bin/updater" ".local/bin/dotfiles-updater"
|
||||||
|
|
||||||
# write install file
|
# write install file
|
||||||
echo "pls don't remove" > "$HOME/.config/.jstm_dotfiles"
|
echo "pls don't remove" > "$HOME/.config/.jstm_dotfiles"
|
||||||
|
|
||||||
# check for executables
|
|
||||||
if ! which qt5ct &> /dev/null; then
|
|
||||||
echo ":: Warning: qt5ct is not in your PATH."
|
|
||||||
fi
|
|
||||||
if ! which qt6ct &> /dev/null; then
|
|
||||||
echo ":: Warning: qt6ct is not in your PATH."
|
|
||||||
fi
|
|
||||||
if ! which nwg-look &> /dev/null; then
|
|
||||||
echo ":: Warning: nwg-look is not in your PATH."
|
|
||||||
fi
|
|
||||||
|
|
|
@ -82,11 +82,13 @@ for arg in "${@}"; do
|
||||||
|
|
||||||
echo ":: Unlinked legacy paths"
|
echo ":: Unlinked legacy paths"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
;;
|
;;
|
||||||
"--remove-unshared-bashrcd")
|
"--remove-unshared-bashrcd")
|
||||||
echo ":: Removing unshared bashrc.d"
|
echo ":: Removing unshared bashrc.d"
|
||||||
FORCED_UNLINKING=y unlink ".bashrc.d"
|
FORCED_UNLINKING=y unlink ".bashrc.d"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo ":: Warning: Unknown argument \"${arg}\""
|
echo ":: Warning: Unknown argument \"${arg}\""
|
||||||
|
|
Loading…
Reference in a new issue