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
|
|
@ -4,13 +4,14 @@ bind = $mod SHIFT, Return, exec, $browser
|
|||
bind = $mod, a, exec, $audio
|
||||
bind = $mod, n, exec, $networking
|
||||
bind = $mod, b, exec, $bluetooth
|
||||
bind = $mod, p, exec, $display
|
||||
bind = $mod SHIFT, p, exec, $display
|
||||
bind = $mod, d, exec, $menu
|
||||
bind = $mod, escape, exec, $lock
|
||||
|
||||
bind = CTRL, Print, exec, ~/.config/hypr/scripts/recording.sh
|
||||
bind = , Print, exec, 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
|
||||
|
||||
bind = CTRL, Print, exec, $screenshot
|
||||
bind = $mod CTRL, p, exec, $screenshot
|
||||
bind = , Print, exec, $rec
|
||||
bind = $mod, p, exec, $rec
|
||||
|
||||
bind = $mod, Q, killactive
|
||||
bind = $mod, F, fullscreen
|
||||
|
|
|
|||
|
|
@ -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