如何实现窗口停靠
Tofloor
poster avatar
HoneyGIFT
deepin
2018-11-22 19:40
Author
本帖最后由 jiftle 于 2018-11-22 11:43 编辑

窗口停靠的快捷键,win + <- 为什么不支持,添加下吧 挺常用的。



Reply Favorite View the author
All Replies
avatar
BLumia
deepin
2018-11-22 19:47
#1
现在的 Meta + 方向键 是切换多个虚拟桌面...
Reply View the author
avatar
HoneyGIFT
deepin
2018-11-24 05:17
#2
挺实用的功能,希望加回来。
Reply View the author
avatar
willone
deepin
2018-11-24 08:35
#3
deepin 15.8 在小米 Pro 上面可以在触摸板上用三指左划 或 三指右划 实现窗口停靠在桌面左边或右边,不知道是不是你说的功能
Reply View the author
avatar
HoneyGIFT
deepin
2018-11-29 22:00
#4
https://bbs.deepin.org/post/171325
deepin 15.8 在小米 Pro 上面可以在触摸板上用三指左划 或 三指右划 实现窗口停靠在桌面左边或右边,不知道 ...

是的。。。。。。。。。。。。。。。。。。。。
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-11-29 22:19
#5
https://bbs.deepin.org/post/171325
是的。。。。。。。。。。。。。。。。。。。。

自定义快捷键啊
  1. qdbus --literal com.deepin.wm /com/deepin/wm com.deepin.wm.TileActiveWindow
Copy the Code


direction 的值说明:
1 表示靠左, 2 表示靠右

所以将当前窗口靠左的命令就是:
  1. qdbus --literal com.deepin.wm /com/deepin/wm com.deepin.wm.TileActiveWindow 1
Copy the Code
Reply View the author