From 315d3510fb60385ca7576f574ebd504243451b47 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 26 Jan 2022 15:58:19 -0600
Subject: [PATCH] Minor polish to Sway But I still hate libinput and this
 touchpad, ugh

---
 desktop-gruvbox-sway/.config/rofi        | 1 +
 desktop-gruvbox-sway/.config/sway/config | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 120000 desktop-gruvbox-sway/.config/rofi

diff --git a/desktop-gruvbox-sway/.config/rofi b/desktop-gruvbox-sway/.config/rofi
new file mode 120000
index 00000000..701fd200
--- /dev/null
+++ b/desktop-gruvbox-sway/.config/rofi
@@ -0,0 +1 @@
+../../desktop-gruvbox/.config/rofi
\ No newline at end of file
diff --git a/desktop-gruvbox-sway/.config/sway/config b/desktop-gruvbox-sway/.config/sway/config
index 5b973431..799ceb72 100644
--- a/desktop-gruvbox-sway/.config/sway/config
+++ b/desktop-gruvbox-sway/.config/sway/config
@@ -167,7 +167,7 @@ input "type:touchpad" {
 	accel_profile		flat	# Disables mouse acceleration
 	drag			enabled	# Enable tap-dragging
 	dwt			enabled	# Disable device while typing
-	pointer_accel		0	# REALLY disable mouse accel
+	pointer_accel		1	# REALLY disable mouse accel
 	tap			enabled	# Enable tapping
 	tap_button_map		lrm	# 1/2/3-finger tap (left, right, middle)
 }