From 20d64b16e742cdc74665f312f1ef20ebe66f06c6 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 1 Apr 2025 11:26:59 -0400 Subject: Changes to screenshots that didn't work, change script location --- home-config/hypr/hyprland.conf | 7 ++++++- home-config/hypr/scripts/autostart.sh | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'home-config/hypr') diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 79917a1..d909142 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -215,11 +215,16 @@ bind = $mainMod SHIFT, L, exec, loginctl suspend # Keybind to toggle "performance mode" (toggles GPU intensive things) bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh -# Keybind for screenshot +# Keybind for screenshot (old) bind = $mainMod SHIFT, S, exec, grimblast copy area bind = $mainMod SHIFT, Print, exec, grimblast edit area bind = $mainMod, S, exec, imv <(grimblast save area -) +# Keybind for screenshot (flameshot) +#bind = $mainMod SHIFT, S, exec, flameshot gui --raw | wl-copy +#bind = $mainMod SHIFT CTRL, S, exec, flameshot gui --raw -d $(( 1000 * $(fuzzel -l0 --dmenu -p"Delay> ") )) | wl-copy +#bind = $mainMod, S, exec, flameshot gui + # Notifications keybinds bind = $mainMod, N, exec, makoctl dismiss bind = $mainMod SHIFT, N, exec, makoctl dismiss -a diff --git a/home-config/hypr/scripts/autostart.sh b/home-config/hypr/scripts/autostart.sh index b531c5b..e505aa0 100755 --- a/home-config/hypr/scripts/autostart.sh +++ b/home-config/hypr/scripts/autostart.sh @@ -34,3 +34,5 @@ killall xdk-desktop-portal ~/.nix-profile/libexec/xdg-desktop-portal-gtk & sleep 2 XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal & + +#flameshot & -- cgit v1.2.3