laptop media keys
hurricane: 57 current 2025-06-22 15:34:24 25.05.20250620.b2485d5 6.15.3 * media keys hurricane: 58 current 2025-06-22 15:36:29 25.05.20250620.b2485d5 6.15.3 *
This commit is contained in:
@ -140,17 +140,13 @@ in {
|
|||||||
# l -> do stuff even when locked
|
# l -> do stuff even when locked
|
||||||
# e -> repeats when key is held
|
# e -> repeats when key is held
|
||||||
bindle = [
|
bindle = [
|
||||||
", XF86AudioRaiseVolume, exec, vol --up"
|
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ --limit 1"
|
||||||
", XF86AudioLowerVolume, exec, vol --down"
|
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-"
|
||||||
", XF86MonBrightnessUp, exec, bri --up"
|
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
|
||||||
", XF86MonBrightnessDown, exec, bri --down"
|
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
|
||||||
", XF86Search, exec, launchpad"
|
|
||||||
];
|
];
|
||||||
bindl = [
|
bindl = [
|
||||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
", XF86AudioPlay, exec, playerctl play-pause" # the stupid key is called play , but it toggles
|
|
||||||
", XF86AudioNext, exec, playerctl next"
|
|
||||||
", XF86AudioPrev, exec, playerctl previous"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user