Adds hidden waybar that shows up when pressing SUPER
This commit is contained in:
parent
9ad2e5d608
commit
694430f24b
10 changed files with 195 additions and 270 deletions
|
|
@ -24,6 +24,9 @@ bindl = , xf86AudioNext, exec, $scriptsDir/MediaCtrl.sh --nxt
|
|||
bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv
|
||||
bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop
|
||||
|
||||
bindtn = , $mainMod_L, exec, waybar -c ~/.config/waybar/configurations/hidden.json &
|
||||
bindtrn = $mainMod, $mainMod_L, exec, pkill waybar
|
||||
|
||||
# Move focus with mainMod + LHKJ
|
||||
bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, L, movefocus, r
|
||||
|
|
@ -77,8 +80,8 @@ bind = $mainMod, bracketright, workspace, e+1
|
|||
bind = $mainMod, bracketleft, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
bindm = $mainMod SHIFT, mouse:272, movewindow
|
||||
bindm = $mainMod SHIFT, mouse:273, resizewindow
|
||||
|
||||
# Stuff
|
||||
bind = $mainMod SHIFT, C, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi
|
||||
|
|
@ -110,3 +113,5 @@ bind = ALT, Tab, exec, hyprswitch gui --mod-key alt --key tab
|
|||
bind = $mainMod, Return, exec, $term #terminal
|
||||
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
||||
bind = $mainMod, T, exec, $files #file manager
|
||||
|
||||
bind = $mainMod, R, focusurgentorlast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue