From 6957e3b58d8939bc8339c55ddf67262a33ac6438 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 29 Nov 2023 16:24:38 +0100 Subject: [PATCH] add key binds --- modules/home/hyprland/config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 3edf60e..34b9c31 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -120,10 +120,12 @@ in bind = $mainMod, Return, exec, kitty bind = $mainMod, B, exec, firefox bind = $mainMod, Q, killactive, - bind = $mainMod, F, fullscreen, + bind = $mainMod, F, fullscreen, 0 + bind = $mainMod SHIFT, F, fullscreen, 1 bind = $mainMod, Space, togglefloating, bind = $mainMod, D, exec, pkill wofi || wofi --show drun bind = $mainMod, Escape, exec, swaylock + bind = $mainMod SHIFT, Escape, exec, swaylock # bind = SUPER, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit,