mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-06-13 09:44:14 +03:00
Compare commits
4 Commits
16c9af02ff
...
master
Author | SHA1 | Date | |
---|---|---|---|
bef9896118 | |||
84ed0b01b8 | |||
44cb9c112e | |||
a607346209 |
@ -113,7 +113,7 @@ elif [[ "$ID" == "debian" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends locales dbus ssh python3 libnss-resolve
|
apt-get install --yes --no-install-recommends locales dbus ssh python3
|
||||||
|
|
||||||
echo "locales locales/default_environment_locale select en_US.UTF-8" | debconf-set-selections
|
echo "locales locales/default_environment_locale select en_US.UTF-8" | debconf-set-selections
|
||||||
echo "locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8, et_EE.UTF-8 UTF-8" | debconf-set-selections
|
echo "locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8, et_EE.UTF-8 UTF-8" | debconf-set-selections
|
||||||
@ -128,6 +128,9 @@ ln -sf /usr/share/nvim/runtime/macros/less.sh /usr/local/bin/vless
|
|||||||
|
|
||||||
|
|
||||||
systemctl enable systemd-networkd
|
systemctl enable systemd-networkd
|
||||||
|
|
||||||
|
# systemd-resolved package also replaces /etc/resolv.conf with a symlink that breaks DNS in our current pre setup environment
|
||||||
|
apt install --yes --no-install-recommends libnss-resolve
|
||||||
# Needed by libnss-resolve config in /etc/nsswitch.conf
|
# Needed by libnss-resolve config in /etc/nsswitch.conf
|
||||||
systemctl enable systemd-resolved
|
systemctl enable systemd-resolved
|
||||||
EOF
|
EOF
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Work computer
|
# Work computer
|
||||||
|
exec /usr/bin/swaynag-battery --threshold 5
|
||||||
|
|
||||||
set $left_disp "Dell Inc. DELL U2724DE C9YPBP3"
|
set $left_disp "Dell Inc. DELL U2724DE C9YPBP3"
|
||||||
set $right_disp "Dell Inc. DELL U2724D J3XFCP3"
|
set $right_disp "Dell Inc. DELL U2724D J3XFCP3"
|
||||||
|
@ -5,5 +5,10 @@ exec /usr/bin/swaynag-battery --threshold 5
|
|||||||
#set $right_disp "Unknown 0x0791 0x00000000"
|
#set $right_disp "Unknown 0x0791 0x00000000"
|
||||||
set $chat_workspace 10
|
set $chat_workspace 10
|
||||||
|
|
||||||
|
|
||||||
|
set $laptop eDP-1
|
||||||
|
bindswitch lid:on output $laptop disable
|
||||||
|
bindswitch lid:off output $laptop enable
|
||||||
|
|
||||||
output $left_disp pos 0 0
|
output $left_disp pos 0 0
|
||||||
output $right_disp pos 370 1440
|
output $right_disp pos 370 1440
|
||||||
|
2
.zshrc
2
.zshrc
@ -335,7 +335,7 @@ fi
|
|||||||
|
|
||||||
# https://neovim.io/doc/user/various.html#less
|
# https://neovim.io/doc/user/various.html#less
|
||||||
function vless {
|
function vless {
|
||||||
/usr/share/nvim/runtime/macros/less.sh $@
|
/usr/share/nvim/runtime/scripts/less.sh $@
|
||||||
}
|
}
|
||||||
|
|
||||||
# If running under windows with pageagent then use it
|
# If running under windows with pageagent then use it
|
||||||
|
Reference in New Issue
Block a user