chore: change monitor names

This commit is contained in:
jabuxas 2025-01-27 13:18:44 -03:00
parent 9684e668b9
commit 0cfcc977a6
5 changed files with 21 additions and 19 deletions

View File

@ -1,6 +1,5 @@
if status --is-login
bass source /etc/profile bass source /etc/profile
fish_add_path ~/.local/bin fish_add_path "$HOME/.local/bin"
fish_add_path "$HOME/.cargo/bin" fish_add_path "$HOME/.cargo/bin"
source "$HOME/.cargo/env.fish" source "$HOME/.cargo/env.fish"
@ -11,7 +10,6 @@ if status --is-login
set -gx XDG_CURRENT_DESKTOP "sway" set -gx XDG_CURRENT_DESKTOP "sway"
sway sway
end end
end
if status is-interactive if status is-interactive
alias cb="~/repos/cports/cbuild" alias cb="~/repos/cports/cbuild"

View File

@ -42,5 +42,5 @@ swww-daemon &
sleep 0.3 sleep 0.3
swww img -o HDMI-A-1 $FIRST swww img -o HDMI-A-1 $FIRST
swww img -o DP-3 $SECOND swww img -o DP-1 $SECOND
swww img -o DP-2 ~/pics/wallpapers/sl4.jpg swww img -o DP-3 ~/pics/wallpapers/sl4.jpg

View File

@ -1,7 +1,7 @@
output { output {
HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz adaptive_sync on HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz adaptive_sync on
DP-3 pos 2560 0 mode --custom 2560x1080@60Hz adaptive_sync on DP-1 pos 2560 0 mode --custom 2560x1080@60Hz adaptive_sync on
DP-1 disable pos 0 -1080 DP-3 disable pos 0 -1080
} }
default_border pixel 2 default_border pixel 2

View File

@ -73,6 +73,10 @@ for_window [window_role = "pop-up"] floating enable
for_window [window_role = "task_dialog"] floating enable for_window [window_role = "task_dialog"] floating enable
for_window [window_type = "dialog"] floating enable for_window [window_type = "dialog"] floating enable
for_window [window_type = "menu"] floating enable for_window [window_type = "menu"] floating enable
for_window [app_id="one.alynx.showmethekey" title="Floating Window - Show Me The Key"] {
floating enable
sticky enable
}
# vim: ts=2 sts=2 sw=2 ft=swayconfig # vim: ts=2 sts=2 sw=2 ft=swayconfig

View File

@ -44,9 +44,9 @@
"enabled": true "enabled": true
}, },
"languages": { "languages": {
"HTML": { // "PHP": {
"format_on_save": "off" // "language_servers": ["intelephense", "!phpactor", "..."]
}, // },
"TypeScript": { "TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode // Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": { "inlay_hints": {