Add status bar + add alt tab

This commit is contained in:
Вячеслав 2025-07-25 02:20:42 +05:00
parent 6ba360dbe4
commit 7ea5cd3ca4
4 changed files with 562 additions and 2 deletions

View file

@ -1,3 +1,5 @@
$statusbar = waybar
$statusBarConf = ~/.config/waybar/config.jsonc
$statusBarStyle = ~/.config/waybar/style.css
exec-once = $statusbar
exec-once = $statusbar -c $statusBarConf -s $statusBarStyle

View file

@ -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