Fix calling old waybar config
This commit is contained in:
parent
50ee267963
commit
4afaa18ea5
|
@ -3,6 +3,7 @@ source=./hyprland.conf
|
|||
monitor=HDMI-A-1,preferred,auto,auto
|
||||
monitor=DP-1,preferred,auto,auto,transform,1
|
||||
|
||||
exec-once = waybar -c ~/.config/waybar/config-H0615.json
|
||||
exec-once=hyprpaper -c ~/.config/hypr/hyprpaper-H0615.conf
|
||||
|
||||
wsbind=1,HDMI-A-1
|
||||
|
|
|
@ -6,7 +6,6 @@ monitor=,preferred,auto,auto
|
|||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = dunst
|
||||
exec-once = waybar -c ~/.config/waybar/config-hyprland
|
||||
exec-once = eww daemon
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
|
|
|
@ -3,7 +3,7 @@ bind = SUPER, Return, exec, wezterm
|
|||
bind = SUPER SHIFT, Return, exec, [float] wezterm
|
||||
bind = SUPER, Q, killactive,
|
||||
bind = SUPER, E, exec, neovide --multigrid --maximized
|
||||
bind = SUPER SHIFT, E, exec, WINI_UNIX_BACKEND=x11 neovide --multigrid --maximized
|
||||
bind = SUPER SHIFT, E, exec, WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized
|
||||
bind = SUPER, P, exec, ~/.dotfiles/scripts/powermenu
|
||||
bind = SUPER, V, togglefloating,
|
||||
bind = SUPER, Space, exec, rofi -show drun
|
||||
|
|
Loading…
Reference in a new issue