This commit is contained in:
DeveloperDurp 2024-08-23 16:25:54 -05:00
parent d249a66f65
commit 99b63f20bc
2 changed files with 6 additions and 1 deletions

View file

@ -33,10 +33,13 @@ before-sleep 'swaylock -f'
#timeout 1200 'systemctl suspend' \
### Input configuration
input "1267:12573:ELAN0412:00_04F3:311D_Touchpad" {
input "type:touchpad" {
accel_profile "flat"
dwt enabled
tap enabled
middle_emulation enabled
natural_scroll disabled
scroll_factor 0.2
}
input "type:pointer" {

View file

@ -22,6 +22,7 @@ required_packages_brew:
- yazi
- ansible
- zsh-history-substring-search
- opentofu
#apt_keys:
# - https://packages.microsoft.com/keys/microsoft.asc
@ -74,6 +75,7 @@ required_packages_apt:
- libvirt-daemon
- virt-manager
- nautilus
- vlc
flatpak_remote:
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}