This commit is contained in:
2025-12-20 14:49:00 +01:00
parent 2a6d00de22
commit 453cfb7e8a
3 changed files with 13 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ profile Brugge {
} }
profile Home { profile Home {
output eDP-1 mode 2880x1800@90.001Hz scale 1.25 position 0,0 output eDP-1 disable
output 'Dell Inc. Dell AW3420DW #ASO1LVSGTD/d' mode 3440x1440@84.964Hz scale 1 position 2304,0 output 'Dell Inc. Dell AW3420DW #ASO1LVSGTD/d' mode 3440x1440@84.964Hz scale 1 position 0,0
} }
profile Laptop { profile Laptop {
@@ -14,7 +14,7 @@ profile Laptop {
} }
profile Home_Downstairs_Papa { profile Home_Downstairs_Papa {
output eDP-1 mode 2880x1800@90.001Hz scale 1.25 position 0,1080 output eDP-1 mode 2880x1800@90.001Hz scale 1.25 position 785,2160
output 'Lenovo Group Limited T24v-10 V904HRGZ' mode 1920x1080 position 0,0 output 'Dell Inc. DELL U3219Q 68H2XP2' mode 3840x2160@59.997Hz position 0,0
} }

View File

@@ -59,6 +59,11 @@ output "eDP-1" scale 1.25
# natural_scroll enabled # natural_scroll enabled
# middle_emulation 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 # 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. # 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 # F10: XF86Go
# F9: XF86Messenger # F9: XF86Messenger
# #

2
zathura/zathurarc Normal file
View File

@@ -0,0 +1,2 @@
set selection-clipboard clipboard
set incremental-search true