update
This commit is contained in:
parent
d249a66f65
commit
99b63f20bc
2 changed files with 6 additions and 1 deletions
|
|
@ -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" {
|
||||||
|
|
|
||||||
|
|
@ -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"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue