mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 23:23:47 +01:00
hyprland: make config more device options friendly
This commit is contained in:
parent
a8e140461a
commit
c12da94a5e
1 changed files with 2 additions and 5 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue