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,16 +1,14 @@
if status --is-login
bass source /etc/profile
fish_add_path ~/.local/bin
fish_add_path "$HOME/.cargo/bin"
source "$HOME/.cargo/env.fish"
bass source /etc/profile
fish_add_path "$HOME/.local/bin"
fish_add_path "$HOME/.cargo/bin"
source "$HOME/.cargo/env.fish"
set -gx EDITOR "nvim"
# set -gx BAT_THEME "Solarized (light)"
# set -gx SOLARIZED true
if test -z "$WAYLAND_DISPLAY" && test "$XDG_VTNR" -eq 1
set -gx XDG_CURRENT_DESKTOP "sway"
sway
end
set -gx EDITOR "nvim"
# set -gx BAT_THEME "Solarized (light)"
# set -gx SOLARIZED true
if test -z "$WAYLAND_DISPLAY" && test "$XDG_VTNR" -eq 1
set -gx XDG_CURRENT_DESKTOP "sway"
sway
end
if status is-interactive

View File

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

View File

@ -1,7 +1,7 @@
output {
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 disable pos 0 -1080
DP-1 pos 2560 0 mode --custom 2560x1080@60Hz adaptive_sync on
DP-3 disable pos 0 -1080
}
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_type = "dialog"] 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

View File

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