hide waybar
This commit is contained in:
parent
88982b91e4
commit
f8934d532d
|
@ -6,8 +6,8 @@
|
|||
autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,preferred,auto,auto
|
||||
monitor=HDMI-A-1,preferred,auto,1
|
||||
monitor=eDP-1,1920x1080@60,auto,auto
|
||||
monitor=HDMI-A-1,1920x1080@75,auto,1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
|
@ -22,6 +22,7 @@ $terminal = gnome-terminal
|
|||
$fileManager = nemo
|
||||
$menu = wofi --show drun
|
||||
$screenlock = hyprlock
|
||||
$hide_waybar = killall -SIGUSR1 waybar
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
@ -50,7 +51,7 @@ general {
|
|||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 2
|
||||
gaps_out = 5
|
||||
gaps_out = 3
|
||||
border_size = 2
|
||||
col.active_border = rgba(c794f7dd) rgba(94c4f7dd) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
@ -145,7 +146,7 @@ bind = $mainMod, M, exit,
|
|||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, W, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, P, exec, $hide_waybar # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
|
|
Loading…
Reference in New Issue