From 9ca5e516ee02940ae7c8c56254940d6ace009c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Jan 2022 15:43:27 +0100 Subject: Drop i3 configuration --- install | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'install') diff --git a/install b/install index c1de175..86fe425 100755 --- a/install +++ b/install @@ -76,28 +76,19 @@ if ask "sync" "Install synchronization"; then inst_sync fi -if ask "desktop" "Install desktop generic"; then +if ask "desktop" "Install desktop"; then # Theme inst gtk-2.0/gtkrc ~/.gtkrc-2.0 inst gtk-3.0/ ~/.config/gtk-3.0/ inst config/Trolltech.conf ~/.config/Trolltech.conf # User directories inst config/user-dirs.conf ~/.config/user-dirs.dirs - # Generic i3/sway - inst config/dunst/ ~/.config/dunst - inst config/i3blocks/ ~/.config/i3blocks -fi - -if ask "xorg" "Install XOrg (i3)"; then - inst xinitrc ~/.xinitrc - inst Xresources ~/.Xresources - inst config/i3/ ~/.config/i3 -fi - -if ask "wayland" "Install Wayland (sway)"; then + # Sway inst local/bin/startsway ~/.local/bin/startsway - inst Xresources ~/.Xdefaults # X resources for wayland session inst config/sway/ ~/.config/sway + inst Xdefaults ~/.Xdefaults + inst config/dunst/ ~/.config/dunst + inst config/i3blocks/ ~/.config/i3blocks inst config/swaylock/ ~/.config/swaylock inst config/swayidle/ ~/.config/swayidle inst config/wofi/ ~/.config/wofi -- cgit v1.2.3