From 6e970811d1625dc03865dcf96afd133fd9ffa274 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 13 Feb 2025 07:50:28 -0300 Subject: [PATCH] feat(work): change domain name as well --- .../configs/fish/.config/fish/config.fish | 7 ++++--- .../configs/sway/.config/sway/settings/config | 21 +++++++++++++++---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/work-laptop/configs/fish/.config/fish/config.fish b/work-laptop/configs/fish/.config/fish/config.fish index 530c091..8fbba7b 100644 --- a/work-laptop/configs/fish/.config/fish/config.fish +++ b/work-laptop/configs/fish/.config/fish/config.fish @@ -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" diff --git a/work-laptop/configs/sway/.config/sway/settings/config b/work-laptop/configs/sway/.config/sway/settings/config index 5a9b6d5..e549b87 100644 --- a/work-laptop/configs/sway/.config/sway/settings/config +++ b/work-laptop/configs/sway/.config/sway/settings/config @@ -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