fixed screenshot and binding
This commit is contained in:
parent
73551b5519
commit
f314910d8b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Normal variables
|
# Normal variables
|
||||||
$mod = super
|
$mod = alt
|
||||||
|
|
||||||
# Essential variables
|
# Essential variables
|
||||||
$terminal = /usr/bin/kitty
|
$terminal = /usr/bin/kitty
|
||||||
|
|
@ -15,6 +15,6 @@ $menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.ras
|
||||||
|
|
||||||
# Screenshotting
|
# Screenshotting
|
||||||
$screenshot = ~/.config/hypr/scripts/recording.sh
|
$screenshot = ~/.config/hypr/scripts/recording.sh
|
||||||
$rec = mkdir -p ~/Pictures/Screenshots && grim -t ppm -o "$(hyprctl activeworkspace -j | jq -r '.monitor')" - | satty -f - -o ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
|
$rec = mkdir -p ~/Pictures/Screenshots && grim -t ppm -o "$(hyprctl activeworkspace -j | jq -r '.monitor')" - | satty --early-exit --copy-command "wl-copy" -f - -o ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
|
||||||
# Other applications
|
# Other applications
|
||||||
$browser = /usr/bin/firefox
|
$browser = /usr/bin/firefox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue