diff options
author | Karel Kočí <cynerd@email.cz> | 2022-01-03 14:45:37 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-01-03 14:45:37 +0100 |
commit | a104edcc9aa7dbc0801ce4a329725b32a609620c (patch) | |
tree | 25645bbcecbee8ebae7a78bc2703e84fc87a2b5c /install | |
parent | a9cedcceca62f5ab93befcdef226196d76ac1981 (diff) | |
download | myconfigs-a104edcc9aa7dbc0801ce4a329725b32a609620c.tar.gz myconfigs-a104edcc9aa7dbc0801ce4a329725b32a609620c.tar.bz2 myconfigs-a104edcc9aa7dbc0801ce4a329725b32a609620c.zip |
sway: improve support with swaylock
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ if ask "wayland" "Install Wayland (sway)"; then inst Xresources ~/.Xdefaults # X resources for wayland session inst config/sway/ ~/.config/sway inst config/swaylock/ ~/.config/swaylock + inst config/swayidle/ ~/.config/swayidle fi if ask "alacritty" "Install configurations for terminal emulator"; then |