diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-25 20:52:32 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-25 20:52:32 -0600 |
| commit | c161065d7dc78212b447871c1728be0b5575b146 (patch) | |
| tree | 63fc23b0bec2f01c6efb29fdab36555c7cce9f6e /dotfiles/hyprland/.config/hypr | |
| parent | f134d71121a9edabe9f3e9383cbfeea5f33e1550 (diff) | |
feat(hyprland): add pocketbook notes panel integration
Add waybar custom/pocketbook module with icon and on-click toggle.
Add $mod+P keybind and exec-once for pocketbook --hidden.
Add waybar CSS for pocketbook icon styling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index f31e110..b1107bb 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -33,6 +33,9 @@ exec-once = gammastep > ~/.local/var/log/gammastep-$(date +%Y-%m-%d-%H%M%S).log exec-once = blueman-applet exec-once = mpd +# Pocketbook panel (pre-launch hidden, toggle via waybar icon or $mod+P) +exec-once = pocketbook --hidden + # Pyprland (scratchpads, magnify, etc.) exec-once = pypr exec-once = hypr-refocus-scratchpad @@ -179,6 +182,7 @@ bind = $mod, F, exec, nautilus bind = $mod, SPACE, exec, fuzzel bind = $mod SHIFT, W, exec, $ALTBROWSER bind = CTRL ALT, W, exec, tor-browser +bind = $mod, P, exec, pocketbook bind = $mod, V, exec, virtualbox bind = $mod SHIFT, L, exec, calibre bind = $mod SHIFT, P, exec, waypaper |
