mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
misc(hypr): add misc changes to hyprland config
This commit is contained in:
parent
884448bae7
commit
c083b18f86
@ -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
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
|
@ -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
3
hypr/keyboard.conf
Normal 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%-
|
Loading…
Reference in New Issue
Block a user