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' \ #timeout 1200 'systemctl suspend' \
### Input configuration ### Input configuration
input "1267:12573:ELAN0412:00_04F3:311D_Touchpad" { input "type:touchpad" {
accel_profile "flat"
dwt enabled dwt enabled
tap enabled tap enabled
middle_emulation enabled middle_emulation enabled
natural_scroll disabled
scroll_factor 0.2
} }
input "type:pointer" { input "type:pointer" {

View file

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