From c083b18f8600d6a72ecd97180146f7aa3b51dec2 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Fri, 20 Dec 2024 22:55:41 +0400 Subject: [PATCH] misc(hypr): add misc changes to hyprland config --- hypr/autostart.conf | 3 +++ hypr/devices.conf | 6 ++++++ hypr/hyprlock.conf | 4 ++++ hypr/keyboard.conf | 3 +++ 4 files changed, 16 insertions(+) create mode 100644 hypr/keyboard.conf diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 1846dd3..d96a774 100755 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -40,3 +40,6 @@ source = ~/.config/hypr/immediate.conf # devices source = ~/.config/hypr/devices.conf + + +source = ~/.config/hypr/keyboard.conf diff --git a/hypr/devices.conf b/hypr/devices.conf index 56b3bb8..a053a13 100644 --- a/hypr/devices.conf +++ b/hypr/devices.conf @@ -3,3 +3,9 @@ device { name = dualsense-wireless-controller-touchpad enabled = 0 } + +# disable touchpad on dualsense controller (usb connection) +device { + name = sony-interactive-entertainment-dualsense-wireless-controller-touchpad + enabled = 0 +} diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 599a815..1928672 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -4,6 +4,10 @@ general{ no_fade_in = true } +cursor { + inactive_timeout = 3 +} + background{ path = /home/themystery/Downloads/8ElYBmM.png diff --git a/hypr/keyboard.conf b/hypr/keyboard.conf new file mode 100644 index 0000000..6dd8ee2 --- /dev/null +++ b/hypr/keyboard.conf @@ -0,0 +1,3 @@ +# volume knob +bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ +bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-