feat: add hyprland config

This commit is contained in:
2022-06-09 19:29:23 +02:00
parent e091644988
commit 773ce006f0
13 changed files with 229 additions and 95 deletions

View File

@ -186,7 +186,7 @@ esac
# requires this in ~/.config/kitty/kitty.conf:
# allow_remote_control yes
# listen_on unix:/tmp/kitty-socket
kitty +kitten themes --reload-in=all $new_kitty_theme
kitty +kitten themes --cache-age=-1 --reload-in=all $new_kitty_theme
# for SOCK in /tmp/kitty-socket-*; do
# if [[ -r $new_kitty_theme ]]; then
# else