New backup 2025-03-14 15:30:06
This commit is contained in:
parent
add8369eb4
commit
d4b2a1f797
3 changed files with 14 additions and 10 deletions
|
@ -2,7 +2,6 @@ output DP-2 {
|
||||||
#ultrawide
|
#ultrawide
|
||||||
scale 1
|
scale 1
|
||||||
mode 3440x1440@60Hz
|
mode 3440x1440@60Hz
|
||||||
# pos 1450 1100
|
|
||||||
pos 2170 1800
|
pos 2170 1800
|
||||||
}
|
}
|
||||||
exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
|
exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
|
||||||
|
@ -10,24 +9,15 @@ exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
|
||||||
output HDMI-A-1 {
|
output HDMI-A-1 {
|
||||||
#Vertical 4k
|
#Vertical 4k
|
||||||
scale 1
|
scale 1
|
||||||
# mode 2560x1440@75Hz
|
|
||||||
mode 3840x2160@75Hz
|
mode 3840x2160@75Hz
|
||||||
transform 270
|
transform 270
|
||||||
pos 0 0
|
pos 0 0
|
||||||
}
|
}
|
||||||
#output HDMI-A-1 {
|
|
||||||
# #Vertical 4k
|
|
||||||
# scale 1.5
|
|
||||||
# mode 3840x2160@75Hz
|
|
||||||
# transform 270
|
|
||||||
# pos 0 150
|
|
||||||
#}
|
|
||||||
|
|
||||||
output DP-3 {
|
output DP-3 {
|
||||||
#1080p
|
#1080p
|
||||||
scale 1
|
scale 1
|
||||||
mode 1920x1080@120Hz
|
mode 1920x1080@120Hz
|
||||||
# pos 2210 0
|
|
||||||
pos 2930 710
|
pos 2930 710
|
||||||
}
|
}
|
||||||
exec_always 'sleep 1;eww open --screen "CR270CU" widgets'
|
exec_always 'sleep 1;eww open --screen "CR270CU" widgets'
|
||||||
|
|
1
de/home/.config/sway/config-vars.d/profile
Normal file
1
de/home/.config/sway/config-vars.d/profile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
default_profile_icon=
|
|
@ -1,6 +1,13 @@
|
||||||
|
|
||||||
# Spacing between windows and edges
|
# Spacing between windows and edges
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
|
workspace 0: {
|
||||||
|
gaps left 310
|
||||||
|
output $overview_display
|
||||||
|
}
|
||||||
|
workspace 1 {
|
||||||
|
output $primary_display
|
||||||
|
}
|
||||||
|
|
||||||
# Border styling
|
# Border styling
|
||||||
default_border pixel 5
|
default_border pixel 5
|
||||||
|
@ -11,6 +18,12 @@ client.focused_inactive $color8 $color8 $color8 $color8
|
||||||
client.unfocused $color8 $color8 $color8 $color8
|
client.unfocused $color8 $color8 $color8 $color8
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
|
layer_effects {
|
||||||
|
"wofi"
|
||||||
|
"gtk_layer_shell"
|
||||||
|
"swaync-control-center"
|
||||||
|
"swaync-notification-window"
|
||||||
|
}
|
||||||
layer_effects "wofi" {
|
layer_effects "wofi" {
|
||||||
blur enable
|
blur enable
|
||||||
shadows disable
|
shadows disable
|
||||||
|
|
Loading…
Add table
Reference in a new issue