From 4e92f8998c4802f218e51ce254fca41dd6954e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 9 Jan 2022 19:44:19 +0100 Subject: Switch to Sway --- install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install') diff --git a/install b/install index ac87f3c..df76e90 100755 --- a/install +++ b/install @@ -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 -- cgit v1.2.3