diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-04-01 11:26:59 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-04-01 11:26:59 -0400 |
| commit | 20d64b16e742cdc74665f312f1ef20ebe66f06c6 (patch) | |
| tree | 551fe4f8a330cd208614db01b8a99fa8f1d684fe | |
| parent | d465e92647470759177cb63914fd3571cea7a8a4 (diff) | |
Changes to screenshots that didn't work, change script location
| -rw-r--r-- | home-config/hypr/hyprland.conf | 7 | ||||
| -rwxr-xr-x | home-config/hypr/scripts/autostart.sh | 2 |
2 files changed, 8 insertions, 1 deletions
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 | |||
| 215 | # Keybind to toggle "performance mode" (toggles GPU intensive things) | 215 | # Keybind to toggle "performance mode" (toggles GPU intensive things) |
| 216 | bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh | 216 | bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh |
| 217 | 217 | ||
| 218 | # Keybind for screenshot | 218 | # Keybind for screenshot (old) |
| 219 | bind = $mainMod SHIFT, S, exec, grimblast copy area | 219 | bind = $mainMod SHIFT, S, exec, grimblast copy area |
| 220 | bind = $mainMod SHIFT, Print, exec, grimblast edit area | 220 | bind = $mainMod SHIFT, Print, exec, grimblast edit area |
| 221 | bind = $mainMod, S, exec, imv <(grimblast save area -) | 221 | bind = $mainMod, S, exec, imv <(grimblast save area -) |
| 222 | 222 | ||
| 223 | # Keybind for screenshot (flameshot) | ||
| 224 | #bind = $mainMod SHIFT, S, exec, flameshot gui --raw | wl-copy | ||
| 225 | #bind = $mainMod SHIFT CTRL, S, exec, flameshot gui --raw -d $(( 1000 * $(fuzzel -l0 --dmenu -p"Delay> ") )) | wl-copy | ||
| 226 | #bind = $mainMod, S, exec, flameshot gui | ||
| 227 | |||
| 223 | # Notifications keybinds | 228 | # Notifications keybinds |
| 224 | bind = $mainMod, N, exec, makoctl dismiss | 229 | bind = $mainMod, N, exec, makoctl dismiss |
| 225 | bind = $mainMod SHIFT, N, exec, makoctl dismiss -a | 230 | 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 | |||
| 34 | ~/.nix-profile/libexec/xdg-desktop-portal-gtk & | 34 | ~/.nix-profile/libexec/xdg-desktop-portal-gtk & |
| 35 | sleep 2 | 35 | sleep 2 |
| 36 | XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal & | 36 | XDG_DESKTOP_PORTAL_DIR="/home/ryan/.nix-profile/share/xdg-desktop-portal/portals" ~/.nix-profile/libexec/xdg-desktop-portal & |
| 37 | |||
| 38 | #flameshot & | ||
