Added np thing and airpod bluetooth fixy

This commit is contained in:
Jurn Wubben 2025-12-04 00:33:06 +01:00
parent f314910d8b
commit 7d61371ec0
4 changed files with 59 additions and 0 deletions

View file

@ -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

View file

@ -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