diff options
author | vaxerski <[email protected]> | 2022-05-30 09:21:39 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-30 09:21:39 +0200 |
commit | e2be91582ad0c049e189a353fa393c1286ad454e (patch) | |
tree | 17ffc5c3e38e3274f5d433a09d20e846466c4116 /example | |
parent | 7522ade58d348f3a8dc38f5567008b83e655352a (diff) | |
download | Hyprland-e2be91582ad0c049e189a353fa393c1286ad454e.tar.gz Hyprland-e2be91582ad0c049e189a353fa393c1286ad454e.zip |
use exit in example conf
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 73a0ce74..9284a79d 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -64,7 +64,7 @@ dwindle { # example binds bind=SUPER,Q,exec,kitty bind=SUPER,C,killactive, -bind=SUPER,M,exec,pkill Hyprland +bind=SUPER,M,exit, bind=SUPER,E,exec,dolphin bind=SUPER,V,togglefloating, bind=SUPER,R,exec,wofi --show drun -o DP-3 |