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%-