fix sway window positioning
This commit is contained in:
parent
61c490f328
commit
a580a7274a
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ for_window [app_id="claws-mail" title="TLS certificate is unknown"] floating ena
|
|||
#exec /home/askiiart/.config/sway/dbus-sway-environment.sh
|
||||
|
||||
exec swaync
|
||||
bindsym Mod4+Shift+N exec "sh -c 'pkill swaync; sleep 1; swaync'"
|
||||
bindsym Mod4+Shift+N exec "pkill -9 swaync; swaync"
|
||||
|
||||
# polkit
|
||||
exec --no-startup-id lxqt-policykit-agent
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on
|
||||
output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on position 0,480
|
||||
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
|
||||
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270
|
||||
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position 2560,0
|
||||
workspace side output "Hewlett Packard HP ZR22w CN41250FHX"
|
||||
|
||||
output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E
|
||||
|
|
Loading…
Reference in a new issue