diff options
author | Karel Kočí <cynerd@email.cz> | 2022-01-09 19:44:19 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-01-09 19:44:19 +0100 |
commit | 4e92f8998c4802f218e51ce254fca41dd6954e37 (patch) | |
tree | e5282c0107908b9288ab635c3c4483895a96d4a8 /install | |
parent | eebb8df9d311080c92d0fbabd43e93121358f154 (diff) | |
download | myconfigs-4e92f8998c4802f218e51ce254fca41dd6954e37.tar.gz myconfigs-4e92f8998c4802f218e51ce254fca41dd6954e37.tar.bz2 myconfigs-4e92f8998c4802f218e51ce254fca41dd6954e37.zip |
Switch to Sway
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -95,10 +95,14 @@ if ask "xorg" "Install XOrg (i3)"; then fi if ask "wayland" "Install Wayland (sway)"; then + inst local/bin/startsway ~/.local/bin/startsway inst Xresources ~/.Xdefaults # X resources for wayland session inst config/sway/ ~/.config/sway inst config/swaylock/ ~/.config/swaylock inst config/swayidle/ ~/.config/swayidle + inst config/wofi/ ~/.config/wofi + [ -f "private/kanshi/$(hostname)" ] \ + && inst "private/kanshi/$(hostname)" ~/.config/kanshi/config fi if ask "alacritty" "Install configurations for terminal emulator"; then |