From 05c6dc5cd7f9143df675c2fafd657df7eb35954b Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Fri, 11 Mar 2022 16:52:13 +0100 Subject: [PATCH] updates for tower at new location --- .i3/config | 11 +++++------ scripts/install_arch.sh | 17 +++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.i3/config b/.i3/config index 1c40a59..54bfc59 100755 --- a/.i3/config +++ b/.i3/config @@ -42,8 +42,7 @@ bindsym $mod+d exec dmenu_run # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop bindsym Ctrl+Shift+l exec i3lock-fancy -bindsym $mod+o exec gnome-calculator -# bindsym $mod+b exec ~/clickit.sh +bindsym $mod+o exec speedcrunch # change focus bindsym $mod+j focus left @@ -86,7 +85,7 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle # float some applications for_window [class="Tor Browser"] floating enable -for_window [title=".*alculator.*"] floating enable +for_window [title="SpeedCrunch"] floating enable bindsym $mod+a focus parent # focus the parent container @@ -114,9 +113,9 @@ assign [class="^Thunderbird$"] $WS4 assign [class=".*ee.*ass.*"] $WS8 # https://faq.i3wm.org/question/3726/workspace-output-multiple-values/index.html%3Fanswer=3731.html#post-id-3731 -set $LAPTOP LVDS-1 -set $CENTER DP-2 -set $RIGHT DP-1 +# set $LAPTOP LVDS-1 +set $CENTER DP-0 +set $RIGHT DP-3 set $LEFT DVI-D-0 # monitor settings diff --git a/scripts/install_arch.sh b/scripts/install_arch.sh index 42ac369..8f4daea 100755 --- a/scripts/install_arch.sh +++ b/scripts/install_arch.sh @@ -22,7 +22,7 @@ check_root() { base_applications() { echo "update and installing baseapps..." - $SUDO pacman -S -y \ + $SUDO pacman -Syu \ bash-completion \ bmon \ bzip2 \ @@ -89,7 +89,7 @@ install_nvidia_docker() { install_latex() { echo "- installing LaTeX.." - pacman -S -y \ + pacman -Syu \ evince \ texlive \ texlive-bibtex-extra \ @@ -114,7 +114,7 @@ install_i3() { # http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html # deb http://repo.linrunner.de/debian sid main - pacman -Sy \ + $SUDO pacman -Syu \ alsa-utils \ arandr \ aspell \ @@ -139,6 +139,7 @@ install_i3() { rxvt-unicode \ scrot \ shotwell \ + speedcrunch \ thunderbird \ thunderbird-l10n-de \ thunderbird-l10n-en-gb \ @@ -228,7 +229,7 @@ install_wine() { # TODO: enable multilib + Include mirrorlist # if using NVidia gpu - $SUDO pacman -S \ + $SUDO pacman -Syu \ lib32-alsa-plugins \ lib32-libpulse \ lib32-nvidia-utils \ @@ -240,7 +241,7 @@ install_wine() { install_vscodium() { # https://vscodium.com/ - pacman -S -y \ + pacman -Syu \ codium \ --no-install-recommends @@ -251,7 +252,7 @@ install_docker() { echo "installing docker binary Version $VERS ..." # https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount - pacman -Sy \ + pacman -Syu \ docker \ docker-compose @@ -263,13 +264,13 @@ install_docker() { install_nvidia() { echo "Prepare install for NVIDIA proprietary display driver" - pacman -Sy \ + pacman -Syu \ nvidia } install_virtualbox() { # https://wiki.debian.org/VirtualBox#Installation_of_non-free_edition - pacman -S -y \ + pacman -Syu \ apt-transport-https \ ca-certificates \ curl \