blob: 06936ccb0ce6b0c2058cac9ad1f9367e93b221f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
set $mod4 Mod4
input "type:keyboard" {
repeat_rate 45
repeat_delay 220
xkb_options ctrl:nocaps
}
input "type:touchpad" {
pointer_accel 0.50
natural_scroll enabled
}
input "1189:32769:BenQ_ZOWIE_BenQ_ZOWIE_Gaming_Mouse" {
accel_profile flat
pointer_accel -0.675
scroll_factor 1.0
}
input "1133:50504:Logitech_USB_Receiver_Mouse" {
accel_profile flat
pointer_accel -0.15
scroll_factor 1.0
}
output "DP-1" {
mode 2560x1440@144.000Hz
#position 3000 200
position 1080 200
allow_tearing yes
max_render_time off
adaptive_sync on
render_bit_depth 10
}
output "DP-2" {
mode 1920x1080@60.000Hz
transform 270
#position 1920 0
position 0 0
allow_tearing yes
max_render_time off
render_bit_depth 10
}
#output "HDMI-A-1" {
# mode 1920x1080@60.000Hz
# position 0 1000
# allow_tearing yes
# max_render_time off
# render_bit_depth 10
#}
bindsym $mod4+r exec swaymsg -- output DP-1 transform 90
bindsym $mod4+Shift+r exec swaymsg -- output DP-1 transform 0
|