mirror of
https://github.com/sheptikhinv/my-hyprland.git
synced 2026-02-07 09:21:36 +05:00
Add status bar + add alt tab
This commit is contained in:
parent
6ba360dbe4
commit
7ea5cd3ca4
4 changed files with 562 additions and 2 deletions
|
|
@ -7,6 +7,14 @@ bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
|||
#Screenshot a region
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region --clipboard-only
|
||||
|
||||
#alt tab
|
||||
bind = ALT, TAB, workspace, previous
|
||||
|
||||
|
||||
#Restart waybar
|
||||
#bind = $mainMod, W, exec, killall -SIGUSR2 waybar
|
||||
bind = $mainMod, W, exec, pkill waybar && hyprctl dispatch exec waybar
|
||||
|
||||
# Lock screen I guess
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
|
|
@ -74,4 +82,4 @@ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
|||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue