feat(work): change domain name as well

This commit is contained in:
jabuxas 2025-02-13 07:50:28 -03:00
parent 0875ee822d
commit 6e970811d1
2 changed files with 21 additions and 7 deletions

View File

@ -14,6 +14,7 @@ if status --is-login
end
if status is-interactive
alias cb="~/repos/cports/cbuild"
alias dockdom="docker compose -p 'ciga-diario' -f CIGA-DIARIO-DEV-LOCALHOST.yml"
alias g="git"
alias ls="bash ~/scripts/elash.sh"
alias l="ls -lah"
@ -32,7 +33,7 @@ if status is-interactive
alias protontricks='flatpak run com.github.Matoking.protontricks'
alias protontricks-launch='flatpak run --command=protontricks-launch com.github.Matoking.protontricks'
alias generate_token="curl -u jabuxas https://paste.jabuxas.xyz | wl-copy"
alias generate_token="curl -u jabuxas https://paste.jabuxas.com | wl-copy"
end
function pst
@ -54,7 +55,7 @@ function pst
set file "$argv[1]"
end
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.com
if command test -p /dev/stdin
rm "$file"
@ -80,7 +81,7 @@ function pstf
set file "$argv[1]"
end
curl -F "file=@$file" -Fsecret= -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
curl -F "file=@$file" -Fsecret= -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.com
if command test -p /dev/stdin
rm "$file"

View File

@ -1,7 +1,7 @@
output {
HDMI-A-1 pos 0 0
eDP-1 pos 2560 0
}
# output {
# HDMI-A-1 pos 0 0
# eDP-1 pos 2560 0
# }
default_border pixel 2
client.focused "#242b2e" "#e57474" "#dadada" "#e57474"
@ -65,4 +65,17 @@ input "1356:2508:Sony_Interactive_Entertainment_Wireless_Controller_Touchpad" {
map_to_output DISABLED
}
input "1137:50504:Logitech_USB_Receiver_Mouse" {
accel_profile flat
dwt enabled
middle_emulation enabled
pointer_accel 0.5
}
input "1133:50504:Logitech_USB_Receiver" {
xkb_layout us
xkb_variant intl
xkb_options ctrl:nocaps
}
# vim: ts=2 sts=2 sw=2 ft=swayconfig