mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-09-10 01:13:03 +02:00
hyprland updates and tests
This commit is contained in:
parent
3d36ee1b41
commit
4016f00c7a
5 changed files with 187 additions and 7 deletions
|
@ -227,10 +227,10 @@ bind = $mainMod SHIFT, F, exec, qutebrowser
|
|||
bind = $mainMod, W, exec, distrobox enter arch -- youtube-music
|
||||
# bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, N, togglesplit,
|
||||
bind = $mainMod, code:36 , focusurgentorlast # Code 36 => Enter key
|
||||
bind = $mainMod, code:36 , focusurgentorlast # Code 36 => Enter
|
||||
bind = $mainMod SHIFT, S, exec, $screenshot -m region -o ~/Pictures/hyprshot
|
||||
bind = $mainMod SHIFT, C, exec, hyprpicker -a -f hex
|
||||
bind = $mainMod, ESCAPE, exec, hyprlock
|
||||
bind = $mainMod, code:105, exec, hyprlock
|
||||
bind = , F11, fullscreen, 1
|
||||
bindel=, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +2db
|
||||
bindel=, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -2db
|
||||
|
@ -241,6 +241,9 @@ bindl =, XF86AudioNext, exec, playerctl next
|
|||
bindl =, XF86AudioPrev, exec, playerctl previous
|
||||
bindel=, XF86MonBrightnessUp, exec, brightnessctl set +5%
|
||||
bindel=, XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
|
||||
bindl = $mainMod, code:49, exec, playerctl play-pause # Code 94 => §
|
||||
|
||||
bindl =, switch:off:[Lid Switch], exec, hyprctl sleep
|
||||
binde = $mainMod, D, exec, makoctl dismiss
|
||||
bind = $mainMod SHIFT, D, exec, makoctl dismiss -a
|
||||
|
@ -304,6 +307,22 @@ bindm = $mainMod, mouse:272, movewindow
|
|||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
|
||||
###############
|
||||
### SUBMAPS ###
|
||||
###############
|
||||
bind = $mainMod, M, submap, volcontrol
|
||||
submap = volcontrol
|
||||
bind =, a, exec, playerctl
|
||||
bindel=, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +2db
|
||||
bindel=, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -2db
|
||||
bindl =, XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindl =, XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bindl =, XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl =, XF86AudioNext, exec, playerctl next
|
||||
bindl =, XF86AudioPrev, exec, playerctl previous
|
||||
bind =, catchall, submap, reset
|
||||
submap = reset
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue