New backup 2025-06-05 12:15:02
This commit is contained in:
parent
15f8150548
commit
bb6498a35d
2 changed files with 10 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#run at start
|
#run at start
|
||||||
exec {
|
exec {
|
||||||
eww daemon
|
# eww daemon
|
||||||
autotiling-rs
|
autotiling-rs
|
||||||
nm-applet
|
nm-applet
|
||||||
blueman-applet
|
blueman-applet
|
||||||
|
@ -22,10 +22,10 @@ exec {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Run on reload
|
# Run on reload
|
||||||
#exec_always {
|
exec_always {
|
||||||
# 'eww kill;eww daemon'
|
'eww kill;killall eww;eww daemon'
|
||||||
# 'killall autotiling;autotiling -l 4'
|
# 'killall autotiling;autotiling -l 4'
|
||||||
#}
|
}
|
||||||
|
|
||||||
# Run only at start
|
# Run only at start
|
||||||
#exec $HOME/.config/sway/scripts/autostart_apps
|
#exec $HOME/.config/sway/scripts/autostart_apps
|
||||||
|
|
|
@ -21,6 +21,12 @@ output 'Dell Inc. DELL E2216H JF44Y7AOAT0I' {
|
||||||
position 1920 0
|
position 1920 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output 'Dell Inc. DELL E2216H JF44Y7AOC7UI' {
|
||||||
|
scale 1
|
||||||
|
mode 1920x1080@60Hz
|
||||||
|
position -1920 0
|
||||||
|
}
|
||||||
|
|
||||||
set {
|
set {
|
||||||
$primary_display eDP-1
|
$primary_display eDP-1
|
||||||
$overview_display eDP-1
|
$overview_display eDP-1
|
||||||
|
|
Loading…
Add table
Reference in a new issue