diff --git a/kanshi/config b/kanshi/config index dae5cff..6088ff3 100755 --- a/kanshi/config +++ b/kanshi/config @@ -5,8 +5,8 @@ profile Brugge { } profile Home { - output eDP-1 mode 2880x1800@90.001Hz scale 1.25 position 0,0 - output 'Dell Inc. Dell AW3420DW #ASO1LVSGTD/d' mode 3440x1440@84.964Hz scale 1 position 2304,0 + output eDP-1 disable + output 'Dell Inc. Dell AW3420DW #ASO1LVSGTD/d' mode 3440x1440@84.964Hz scale 1 position 0,0 } profile Laptop { @@ -14,7 +14,7 @@ profile Laptop { } profile Home_Downstairs_Papa { - output eDP-1 mode 2880x1800@90.001Hz scale 1.25 position 0,1080 - output 'Lenovo Group Limited T24v-10 V904HRGZ' mode 1920x1080 position 0,0 + output eDP-1 mode 2880x1800@90.001Hz scale 1.25 position 785,2160 + output 'Dell Inc. DELL U3219Q 68H2XP2' mode 3840x2160@59.997Hz position 0,0 } diff --git a/sway/config b/sway/config index 8865079..8a978c1 100755 --- a/sway/config +++ b/sway/config @@ -59,6 +59,11 @@ output "eDP-1" scale 1.25 # natural_scroll enabled # middle_emulation enabled # } +input "type:touchpad" { + tap enabled + natural_scroll disabled + middle_emulation enabled +} # # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. @@ -301,3 +306,5 @@ input "1133:49980:Logitech_G513_RGB_MECHANICAL_GAMING_KEYBOARD_Keyboard" { # F10: XF86Go # F9: XF86Messenger # + + diff --git a/zathura/zathurarc b/zathura/zathurarc new file mode 100644 index 0000000..c3e75fe --- /dev/null +++ b/zathura/zathurarc @@ -0,0 +1,2 @@ +set selection-clipboard clipboard +set incremental-search true