chore: change monitor names
This commit is contained in:
parent
9684e668b9
commit
0cfcc977a6
@ -1,6 +1,5 @@
|
||||
if status --is-login
|
||||
bass source /etc/profile
|
||||
fish_add_path ~/.local/bin
|
||||
fish_add_path "$HOME/.local/bin"
|
||||
fish_add_path "$HOME/.cargo/bin"
|
||||
source "$HOME/.cargo/env.fish"
|
||||
|
||||
@ -11,7 +10,6 @@ if status --is-login
|
||||
set -gx XDG_CURRENT_DESKTOP "sway"
|
||||
sway
|
||||
end
|
||||
end
|
||||
|
||||
if status is-interactive
|
||||
alias cb="~/repos/cports/cbuild"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user