Add default files for nwg-shell-config
This commit is contained in:
parent
80dff76c9e
commit
1ee3e5c629
5
sway-home/.config/sway/keyboard
Normal file
5
sway-home/.config/sway/keyboard
Normal file
@ -0,0 +1,5 @@
|
||||
input "type:keyboard" {
|
||||
xkb_layout $lang
|
||||
repeat_delay 300
|
||||
repeat_rate 40
|
||||
}
|
3
sway-home/.config/sway/pointer
Normal file
3
sway-home/.config/sway/pointer
Normal file
@ -0,0 +1,3 @@
|
||||
input "type:mouse" {
|
||||
accel_profile flat
|
||||
}
|
8
sway-home/.config/sway/touchpad
Normal file
8
sway-home/.config/sway/touchpad
Normal file
@ -0,0 +1,8 @@
|
||||
input "type:touchpad" {
|
||||
tap enabled
|
||||
dwt enabled
|
||||
drag enabled
|
||||
scroll_factor 0.7
|
||||
pointer_accel 0.2
|
||||
accel_profile adaptive
|
||||
}
|
0
sway-home/.config/sway/workspace
Normal file
0
sway-home/.config/sway/workspace
Normal file
Reference in New Issue
Block a user