From dd6a62a3c881c0b2e71db5bb923c60a54d2b016d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 6 Sep 2022 10:53:14 +0300 Subject: Moved configuration backups to .b folder, updated portage and lightdm configs, moved docs to .c folder, moved and symbolic linked README --- .c/fedora-openbox.sh | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .c/fedora-openbox.sh (limited to '.c/fedora-openbox.sh') diff --git a/.c/fedora-openbox.sh b/.c/fedora-openbox.sh new file mode 100644 index 0000000..fd0e84c --- /dev/null +++ b/.c/fedora-openbox.sh @@ -0,0 +1,38 @@ +#!/bin/bash + +# A small and badly written script I use for installing most of what I need in my Openbox installation setup. +# It's meant to be used while having an installation without any desktop environment (fedora netinstaller - minimal). + +sudo dnf install -y openbox xbacklight feh conky xorg-x11-drv-libinput tint2 volumeicon xorg-x11-server-utils network-manager-applet terminator +sudo dnf install -y xorg-x11-server-common +sudo dnf install -y xinit + +sudo dnf install -y xdm +sudo systemctl enable xdm +echo "exec openbox-session" > .xsession +chmod +x .xsession +sudo systemctl set-default graphical.target + +sudo dnf install -y xrdb +sudo dnf install -y xorg-x11-drv-* +sudo dnf install -y sessreg + +sudo dnf install -y jgmenu +sudo dnf install -y arandr + +mkdir Downloads +cd Downloads + git clone https://github.com/Leinnan/lwa-hot-corners.git + make + sudo make install +cd ~ + +sudo dnf install -y cinnamon-themes +sudo dnf install -y gnome-terminal +sudo dnf install -y i3lock xautolock + +cd Downloads + git clone https://github.com/xkbmon/xkbmon.git + make + sudo cp xkbmon /bin +cd ~ -- cgit v1.2.3