diff options
Diffstat (limited to '')
| -rw-r--r-- | config/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index d25cdc5..ff7a4a6 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,7 +1,7 @@ monitor=eDP-1,1920x1080@60,0x0,1 monitor=HDMI-A-1,2560x1440@60,-2560x-350,1 -exec-once = waybar & hyprpaper & dunst & /nix/store/$(ls -la /nix/store | grep 'polkit-gnome' | grep 4096 | awk '{print $9}' | sed -n '$p')/libexec/polkit-gnome-authentication-agent-1 & blueman-applet & nm-applet +exec-once = hyprpaper & waybar & dunst & /nix/store/$(ls -la /nix/store | grep 'polkit-gnome' | grep 4096 | awk '{print $9}' | sed -n '$p')/libexec/polkit-gnome-authentication-agent-1 & blueman-applet & nm-applet xwayland { force_zero_scaling = true @@ -67,7 +67,7 @@ bind = SUPER, E, exec, dolphin bind = SUPER SHIFT, F, togglefloating bind = SUPER, F, fullscreen, 1 bind = SUPER, SPACE, exec, pkill fuzzel || fuzzel -bind = SUPER, X, exec, waylock +bind = SUPER, X, exec, swaylock bind = SUPER, RETURN, layoutmsg, swapwithmaster master bind = SUPER SHIFT, J, layoutmsg, swapnext |
