Added np thing and airpod bluetooth fixy
This commit is contained in:
parent
f314910d8b
commit
7d61371ec0
4 changed files with 59 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ bind = CTRL, Print, exec, $screenshot
|
|||
bind = $mod CTRL, p, exec, $screenshot
|
||||
bind = , Print, exec, $rec
|
||||
bind = $mod, p, exec, $rec
|
||||
bind = $mod, m, exec, $np 1
|
||||
bind = $mod SHIFT, m, exec, $np
|
||||
|
||||
bind = $mod, Q, killactive
|
||||
bind = $mod, F, fullscreen
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@ $menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.ras
|
|||
# Screenshotting
|
||||
$screenshot = ~/.config/hypr/scripts/recording.sh
|
||||
$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
|
||||
$np = ~/.config/hypr/scripts/np.sh
|
||||
# Other applications
|
||||
$browser = /usr/bin/firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue