Compare commits
2 commits
0e50ddd4dd
...
92f9edf8f4
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | 92f9edf8f4 | ||
Dmitry Voronin | 7bd7ba028d |
|
@ -16,3 +16,8 @@ function bashrc() {
|
||||||
|
|
||||||
# Export all functions.
|
# Export all functions.
|
||||||
export -f $(find_function | tr '\n' ' ')
|
export -f $(find_function | tr '\n' ' ')
|
||||||
|
|
||||||
|
# Autostart Sway.
|
||||||
|
if [[ -z ${DISPLAY} ]] && [[ "$(tty)" = "/dev/tty1" ]]; then
|
||||||
|
exec sway
|
||||||
|
fi
|
||||||
|
|
|
@ -11,3 +11,12 @@
|
||||||
#
|
#
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
# Read `man 5 sway-input` for more information about this section.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
|
input type:pointer {
|
||||||
|
accel_profile flat
|
||||||
|
pointer_accel 0
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
middle_emulation enabled
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue