sway: update config, change win to alt
This commit is contained in:
parent
f6e268e674
commit
67a7a6091d
3 changed files with 128 additions and 96 deletions
|
@ -1,9 +1,38 @@
|
|||
# vim: ft=i3
|
||||
### annoyance specific settings
|
||||
set $extern "ASUSTek COMPUTER INC PG49WCD R9LMAS003894"
|
||||
set $extern2 "Lenovo Group Limited L29w-30 UPV08NFA"
|
||||
set $main $extern
|
||||
# set $main $extern
|
||||
set $main DP-3
|
||||
|
||||
### Output configuration
|
||||
output $extern mode 5120x1440
|
||||
output $extern2 mode 2560x1080 transform 270
|
||||
|
||||
### Window Rules
|
||||
for_window [title="ContentDialogOverlayWindow"] floating enable
|
||||
|
||||
input "1452:613:Apple_Inc._Magic_Trackpad" {
|
||||
accel_profile adaptive
|
||||
pointer_accel 0.5
|
||||
click_method clickfinger
|
||||
dwt enabled # disable while typing
|
||||
middle_emulation enabled
|
||||
natural_scroll enabled
|
||||
scroll_method two_finger
|
||||
tap enabled
|
||||
tap_button_map lrm
|
||||
}
|
||||
|
||||
input "1452:804:Apple_Inc._Magic_Trackpad" {
|
||||
accel_profile adaptive
|
||||
pointer_accel 0.5
|
||||
click_method clickfinger
|
||||
dwt enabled # disable while typing
|
||||
middle_emulation enabled
|
||||
natural_scroll enabled
|
||||
scroll_method two_finger
|
||||
tap enabled
|
||||
tap_button_map lrm
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue