more tweaks after Arch rollout

This commit is contained in:
2024-04-03 09:02:23 +02:00
parent bc769fc717
commit 6162302f4f
6 changed files with 16 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ foreground = "#fc28c3"
TERM = "xterm"
[font]
size = 9
size = 10
[font.normal]
#family = "UbuntuMono"
style = "Regular"

View File

@@ -0,0 +1,4 @@
if test "$TERM" != dumb
eval (/usr/bin/starship init fish)
end

View File

@@ -37,9 +37,14 @@ status --is-interactive; and begin
# Interactive shell initialisation
set -gx GPG_TTY (tty)
if test "$TERM" != dumb
eval (/usr/local/bin/starship init fish)
source $HOME/.config/fish/device-conf.fish
end
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]
exec sway
end
set -g EDITOR /usr/bin/nvim
set -g VISUAL /usr/bin/nvim
set -g SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket

View File

@@ -10,3 +10,5 @@
[user]
email = "me@v-tr.org"
name = "Violet Truchseß"
[core]
editor = nvim

View File

@@ -9,7 +9,6 @@ Host jump
Host junk
User root
HostName junk.v-tr.org
IdentityFile ~/.ssh/id_ed25519
Host nas
User vi
HostName nas.v-tr.org

View File

@@ -118,5 +118,3 @@ exec swayidle -w \
before-sleep 'swaylock -f -c ef5ffc'
include ~/.config/sway/device-conf
exec swaymsg "output * scale 1.5"