Sway : Add displays for desktop.
This commit is contained in:
parent
980c631a4b
commit
f3bb103ba8
|
@ -1,6 +1,7 @@
|
||||||
#
|
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||||
#
|
#
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
|
output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" adaptive_sync on
|
||||||
|
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" transform 180 mode 1920x1080@74.986Hz
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# You can send windows there and get them back later.
|
# You can send windows there and get them back later.
|
||||||
|
|
||||||
# Move the currently focused window to the scratchpad
|
# Move the currently focused window to the scratchpad
|
||||||
bindsym $mod+shift+Enter move scratchpad
|
bindsym $mod+shift+return move scratchpad
|
||||||
|
|
||||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
bindsym $mod+Enter scratchpad show
|
bindsym $mod+return scratchpad show
|
||||||
|
|
Loading…
Reference in a new issue