Add screenshot functionality
This commit is contained in:
parent
1da0ea7f1e
commit
28c094ce2c
3 changed files with 28 additions and 2 deletions
|
@ -109,7 +109,8 @@ workspace = {{ workspace['id'] }}{% if 'monitor' in workspace %}, monitor:desc:{
|
|||
exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY && hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec-once = systemctl --user start plasma-polkit-agent.service
|
||||
exec-once = dunst -config ~/.config/dunst/dunst.ini
|
||||
exec-once = waybar & ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr idle
|
||||
exec-once = waybar
|
||||
exec-once = ~/.local/bin/hyprhelpr background & ~/.local/bin/hyprhelpr idle
|
||||
exec-once = flatpak run com.tomjwatson.Emote
|
||||
|
||||
# Execute apps at launch
|
||||
|
@ -132,6 +133,7 @@ bind = $mainMod, F, fullscreen, 0
|
|||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, L, exec, ~/.local/bin/hyprhelpr lock
|
||||
bind = $mainMod, P, exec, ~/.local/bin/hyprhelpr powermenu
|
||||
bind = $mainMod SHIFT, S, exec, ~/.local/bin/hyprhelpr screenshot
|
||||
bind = $mainMod, period, exec, flatpak run com.tomjwatson.Emote
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue