ediable screenshots

This commit is contained in:
2025-09-23 03:16:01 +02:00
parent 1922146fc5
commit eccc63e44a
6 changed files with 91 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ exec-once = hyprctl plugin load "/usr/lib/libhyprexpo.so"
# exec-once = nwg-dock-hyprland -d -i 32 -c "fuzzel" -ico "$HOME/.config/nwg-dock-hyprland/archlinux.png"
# Logitech Mouse
exec-once = solaar -w hide
exec-once = solaar -w hide 2>&1 >/home/kolkas/solaar.log
# Applications associations
exec-once = kbuildsycoca6

View File

@@ -29,9 +29,9 @@ bind = , mouse:277, exec, killall rofi || rofi -show drun
bind = Super, V, exec, pkill rofi || cliphist list | rofi -dmenu -config ~/.config/rofi/dmenu.rasi -display-columns 2 -i | cliphist decode | wl-copy # Clipboard history >> clipboard
bind = Super, Period, exec, pkill rofi || ~/.scripts/rofi-emoji # Pick emoji >> clipboard
bind = Ctrl+Alt, Delete, exec, pkill wlogout || wlogout -p layer-shell # [hidden]
bind = Super+Shift, S, exec, hyprshot -z -m region # Screen snip
bind = Super+Ctrl+Shift, S, exec, hyprshot -z -m window # Screen snip (window)
bind = , Print, exec, hyprshot -z -m output -m eDP-1 # Screen snip (whole screen)
bind = Super+Shift, S, exec, screenshot.py area # Screen snip
bind = Super+Ctrl+Shift, S, exec, screenshot.py window # Screen snip (window)
bind = , Print, exec, screenshot.py full # Screen snip (whole screen)
# Color picker
bind = Super+Shift, C, exec, hyprpicker -a # Pick color (Hex) >> clipboard
# Fullscreen screenshot

View File

@@ -34,6 +34,7 @@ windowrulev2 = noblur, class:^(coin)$
windowrulev2 = bordersize 0, class:^(coin)$
windowrulev2 = noshadow, class:^(coin)
windowrulev2 = float, class:^(wallpaper_chooser)$
windowrulev2 = float, class:^(be.alexandervanhee.gradia)$
# Picture-in-Picture
windowrulev2 = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$