hyprland: update binds

parent ec8fd996
......@@ -36,10 +36,25 @@ binde= , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK
binde= , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
binde= , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
#---------- УПРАВЛЕНИЕ МУЗЫКОЙ ---- MISIC CONTROL
binde= , XF86AudioPlay, exec, playerctl play-pause
binde= , XF86AudioPause, exec, playerctl pause
binde= , XF86AudioNext, exec, playerctl next
binde= , XF86AudioPrev, exec, playerctl previous
#---------- УПРАВЛЕНИЕ ЯРКОСТЬЮ ---- BRIGHTNESS CONTROL
bind = , XF86MonBrightnessUp, exec, brightnessctl s +5%
bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%-
#---------- ДОПОЛНИТЕЛЬНЫЕ ДЕЙСТВИЯ ---- ADDITIONAL ACTIONS
binde= , XF86WWW, exec, xdg-open https://
binde= , XF86HomePage, exec, xdg-open https://
binde= , XF86Explorer, exec, $filemanager
binde= , XF86Tools, exec, $filemanager
binde= , XF86Lock, exec, loginctl lock-session
binde= , XF86LogOff, exec, loginctl terminate-user $(id -u)
#---------- ПЕРЕКЛЮЧЕНИЕ ФОКУСА ---- SWITCHING THE FOCUS
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
......@@ -90,4 +105,4 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
#---------- ЗАКРЕПИТЬ ПЛАВАЮЩИЕ ОКНО ---- PIN A FLOATING WINDOW
bind = $mainMod, P, pin
bind = $mainMod, P, pin
......@@ -14,7 +14,7 @@
{
"label" : "logout",
"action" : "killall -u $USER",
"action" : "loginctl terminate-user $(id -u) ",
"text": " Выйти ",
"keybind" : "e"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment