update
This commit is contained in:
parent
99b63f20bc
commit
dd6d398060
6 changed files with 13 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ before-sleep 'swaylock -f'
|
|||
#timeout 1200 'systemctl suspend' \
|
||||
### Input configuration
|
||||
input "type:touchpad" {
|
||||
accel_profile "flat"
|
||||
dwt enabled
|
||||
tap enabled
|
||||
middle_emulation enabled
|
||||
|
|
@ -208,4 +207,8 @@ bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy
|
|||
default_border pixel
|
||||
gaps inner 5
|
||||
|
||||
# Guesture
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue