Compare commits

..

No commits in common. "92f9edf8f436902851875042a07908d1efcd1050" and "0e50ddd4dd9bc35028e68980c486bc3eceff572f" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -16,8 +16,3 @@ function bashrc() {
# Export all functions.
export -f $(find_function | tr '\n' ' ')
# Autostart Sway.
if [[ -z ${DISPLAY} ]] && [[ "$(tty)" = "/dev/tty1" ]]; then
exec sway
fi

View file

@ -11,12 +11,3 @@
#
# 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.
input type:pointer {
accel_profile flat
pointer_accel 0
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
}