Hyprland made screenshot bindings work with pc; Fish made scp work again; recording now works with multiple screens.
This commit is contained in:
parent
ef2a38ef7b
commit
5a82682813
14 changed files with 169 additions and 68 deletions
|
|
@ -13,5 +13,8 @@ $bluetooth = $terminal /usr/bin/bluetui
|
|||
$display = /usr/bin/nwg-displays -w ~/.config/hypr/land/workspaces.conf -m ~/.config/hypr/land/monitors.conf
|
||||
$menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.rasi
|
||||
|
||||
# Screenshotting
|
||||
$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
|
||||
# Other applications
|
||||
$browser = /usr/bin/firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue