more tweaks after Arch rollout
This commit is contained in:
@@ -6,7 +6,7 @@ foreground = "#fc28c3"
|
|||||||
TERM = "xterm"
|
TERM = "xterm"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9
|
size = 10
|
||||||
[font.normal]
|
[font.normal]
|
||||||
#family = "UbuntuMono"
|
#family = "UbuntuMono"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|||||||
4
fish-cyberboobs/.config/fish/device-conf.fish
Normal file
4
fish-cyberboobs/.config/fish/device-conf.fish
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
if test "$TERM" != dumb
|
||||||
|
eval (/usr/bin/starship init fish)
|
||||||
|
end
|
||||||
|
|
||||||
@@ -37,9 +37,14 @@ status --is-interactive; and begin
|
|||||||
# Interactive shell initialisation
|
# Interactive shell initialisation
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
|
|
||||||
if test "$TERM" != dumb
|
source $HOME/.config/fish/device-conf.fish
|
||||||
eval (/usr/local/bin/starship init fish)
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]
|
||||||
|
exec sway
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set -g EDITOR /usr/bin/nvim
|
||||||
|
set -g VISUAL /usr/bin/nvim
|
||||||
|
set -g SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket
|
||||||
|
|||||||
@@ -10,3 +10,5 @@
|
|||||||
[user]
|
[user]
|
||||||
email = "me@v-tr.org"
|
email = "me@v-tr.org"
|
||||||
name = "Violet Truchseß"
|
name = "Violet Truchseß"
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ Host jump
|
|||||||
Host junk
|
Host junk
|
||||||
User root
|
User root
|
||||||
HostName junk.v-tr.org
|
HostName junk.v-tr.org
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
|
||||||
Host nas
|
Host nas
|
||||||
User vi
|
User vi
|
||||||
HostName nas.v-tr.org
|
HostName nas.v-tr.org
|
||||||
|
|||||||
@@ -118,5 +118,3 @@ exec swayidle -w \
|
|||||||
before-sleep 'swaylock -f -c ef5ffc'
|
before-sleep 'swaylock -f -c ef5ffc'
|
||||||
|
|
||||||
include ~/.config/sway/device-conf
|
include ~/.config/sway/device-conf
|
||||||
|
|
||||||
exec swaymsg "output * scale 1.5"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user