misc(hypr): add misc changes to hyprland config

This commit is contained in:
Seymur Bagirov 2024-12-20 22:55:41 +04:00
parent 884448bae7
commit c083b18f86
4 changed files with 16 additions and 0 deletions

View File

@ -40,3 +40,6 @@ source = ~/.config/hypr/immediate.conf
# devices # devices
source = ~/.config/hypr/devices.conf source = ~/.config/hypr/devices.conf
source = ~/.config/hypr/keyboard.conf

View File

@ -3,3 +3,9 @@ device {
name = dualsense-wireless-controller-touchpad name = dualsense-wireless-controller-touchpad
enabled = 0 enabled = 0
} }
# disable touchpad on dualsense controller (usb connection)
device {
name = sony-interactive-entertainment-dualsense-wireless-controller-touchpad
enabled = 0
}

View File

@ -4,6 +4,10 @@ general{
no_fade_in = true no_fade_in = true
} }
cursor {
inactive_timeout = 3
}
background{ background{
path = /home/themystery/Downloads/8ElYBmM.png path = /home/themystery/Downloads/8ElYBmM.png

3
hypr/keyboard.conf Normal file
View File

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