Changes to screenshots that didn't work, change script location

20d64b16e742… · Ryan Schanzenbacher ·

parent d465e9264747… diff

Changed files

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 &