Compare commits
6 Commits
c0b8c3e903
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ec8eb7bad | |||
| bdc5f25d42 | |||
| b46bdefca3 | |||
| 9948bcd2a1 | |||
| c2822019f5 | |||
| 8e48853050 |
@@ -1,4 +1,5 @@
|
|||||||
config.kdl.backup*
|
config.kdl.backup*
|
||||||
|
config.kdl.dmsbackup*
|
||||||
|
|
||||||
dms/alttab.kdl
|
dms/alttab.kdl
|
||||||
dms/colors.kdl
|
dms/colors.kdl
|
||||||
|
|||||||
@@ -271,6 +271,9 @@ layout {
|
|||||||
// Use dms instead of waybar
|
// Use dms instead of waybar
|
||||||
// spawn-at-startup "waybar"
|
// spawn-at-startup "waybar"
|
||||||
|
|
||||||
|
// Keep clipboard data alive after the source application exits (e.g. mark-shot).
|
||||||
|
spawn-at-startup "wl-clip-persist" "--clipboard" "regular"
|
||||||
|
|
||||||
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
||||||
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
|
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
|
||||||
|
|
||||||
@@ -628,3 +631,4 @@ binds {
|
|||||||
include "dms/outputs.kdl"
|
include "dms/outputs.kdl"
|
||||||
|
|
||||||
include "dms/cursor.kdl"
|
include "dms/cursor.kdl"
|
||||||
|
include "dms/binds.kdl"
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
binds {
|
||||||
|
// 自定义截图键位(原生 Print 系列保留为备用)
|
||||||
|
// mark-shot 内部: Ctrl+C 复制到剪贴板, Ctrl+S/Enter 保存到文件
|
||||||
|
Shift+Super+A { spawn "mark-shot"; } // 选区+标注 → Ctrl+C 剪贴板
|
||||||
|
Shift+Super+S { spawn "mark-shot"; } // 选区+标注 → Ctrl+S 保存
|
||||||
|
Super+A { screenshot-screen; } // 全屏直出不编辑
|
||||||
|
}
|
||||||
|
|||||||
+12
-2
@@ -1,16 +1,26 @@
|
|||||||
// Auto-generated by DMS - do not edit manually
|
// Auto-generated by DMS - do not edit manually
|
||||||
|
|
||||||
|
output "PNP(BBC) HDP-V104 demoset-1" {
|
||||||
|
off
|
||||||
|
mode "800x600@59.982"
|
||||||
|
scale 1
|
||||||
|
position x=0 y=0
|
||||||
|
hot-corners {
|
||||||
|
off
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
output "HKC OVERSEAS LIMITED 27E1Q 0000000000001" {
|
output "HKC OVERSEAS LIMITED 27E1Q 0000000000001" {
|
||||||
mode "2560x1440@144.000"
|
mode "2560x1440@144.000"
|
||||||
scale 1
|
scale 1
|
||||||
position x=0 y=0
|
position x=0 y=2160
|
||||||
}
|
}
|
||||||
|
|
||||||
output "HKC OVERSEAS LIMITED 25E3Q 0000000000001" {
|
output "HKC OVERSEAS LIMITED 25E3Q 0000000000001" {
|
||||||
mode "2560x1440@144.002"
|
mode "2560x1440@144.002"
|
||||||
scale 1
|
scale 1
|
||||||
transform "270"
|
transform "270"
|
||||||
position x=2560 y=0
|
position x=2560 y=2160
|
||||||
variable-refresh-rate on-demand=true
|
variable-refresh-rate on-demand=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user