hyprland: make config more device options friendly

This commit is contained in:
LordMZTE 2023-08-28 17:54:49 +02:00
parent a8e140461a
commit c12da94a5e
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,5 +1,7 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
#monitor=,preferred,auto,auto
$mainMod = SUPER
<% opt.getDeviceConf "hyprland.conf" %>
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@ -18,7 +20,6 @@ input {
kb_layout = de
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 2
@ -102,10 +103,6 @@ device:epic-mouse-v1 {
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
# Media keys
bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%