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