Improved waybar handling for hidden config
This commit is contained in:
parent
add349f09f
commit
0ab1b7df68
3 changed files with 4 additions and 3 deletions
|
|
@ -24,8 +24,8 @@ 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 | pkill pactl
|
||||
bindtn = , $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
bindtrn = $mainMod, $mainMod_L, exec, killall -SIGUSR1 waybar
|
||||
|
||||
# Move focus with mainMod + LHKJ
|
||||
bind = $mainMod, H, movefocus, l
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
|
|||
exec-once = $scriptsDir/Polkit.sh
|
||||
|
||||
# starup apps
|
||||
# exec-once = waybar &
|
||||
exec-once = waybar &
|
||||
exec-once = nm-applet --indicator &
|
||||
exec-once = swaync &
|
||||
exec-once = ags &
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"reload_style_on_change": true,
|
||||
"name": "semi-hidden",
|
||||
"id": "semi-hidden",
|
||||
"start_hidden": true,
|
||||
|
||||
"margin-top": 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue