From 22088fee2e366dee54d861308af5a9a77020fc3b Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 22:48:44 +0100 Subject: [PATCH] change screenshot key bind --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index ff06bb7..36380e9 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -136,8 +136,8 @@ in bind = $mainMod, W,exec, pkill wofi || wallpaper-picker # screenshot - bind = ,Print, exec, grimblast --notify --cursor save area ~/Pictures/$(date ' + %Y-%m-%d ' T '%H:%M:%S ').png - bind = $mainMod, Print, exec, grimblast --notify --cursor copy area + bind = $mainMod, Print, exec, grimblast --notify --cursor save area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png + bind = ,Print, exec, grimblast --notify --cursor copy area # switch focus bind = $mainMod, left, movefocus, l