updates for tower at new location

This commit is contained in:
Frieder Schlesier 2022-03-11 16:52:13 +01:00
parent 2d9fcee0dc
commit 05c6dc5cd7
2 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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 \