lots of stuff

This commit is contained in:
2025-04-21 19:44:26 -07:00
parent 4d44700fb8
commit 857cb3060a
13 changed files with 105 additions and 246 deletions

View File

@@ -152,7 +152,7 @@ bindsym $mod+Ctrl+g exec grimshot save window
# Bookmarks
# Enter selected bookmark into target text field
bindsym $mod+i exec wtype $(grep -v '^#' ~/.local/share/bookmarks/bookmarks | bemenu -p Bookmark: -l 50 -c -M 500 --fn 'Monospace 14' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' | cut -d ' ' -f1) wtype -k Return
bindsym $mod+i exec wtype "$(grep -v '^#' ~/.local/share/bookmarks/bookmarks | bemenu -p Bookmark: -l 20 -c -M 500 --fn 'Monospace 14' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' | cut -d ' ' -f1)"
# Insert bookmark into bookmark file (~/.local/share/bookmarks/bookmarks)
bindsym $mod+Shift+i exec ~/.local/bin/bookmark_insert