add bookmarks to replace buku

This commit is contained in:
Ray Elliott 2022-11-06 12:38:21 +00:00
parent 6c77bf41d7
commit 796a607897
1 changed files with 12 additions and 9 deletions

21
sxhkdrc
View File

@ -52,18 +52,21 @@ super + shift + e
slock
super + o
buku_dmenu
bookmarks /home/ray/.Syncthing/bookmarks/urls.txt
super + y
alacritty -t "WM_FORCE_FLOATING" -e "/usr/local/src/dmenu_buku/buku_add_primary.sh"
super + shift o
bookmarks /home/ray/.Syncthing/bookmarks/paths-machineone.txt
super + ctrl o
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1200x600+610+1200 && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim /home/ray/.Syncthing/bookmarks/
# surf
KP_Home
bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+700 && chromium --app=https://git.rayelliott.dev/rayelliott/wiki
bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+1200 && chromium --app=https://git.rayelliott.dev/rayelliott/wiki
KP_Up
bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+700 && chromium --app=https://git.rayelliott.dev/
bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+1200 && chromium --app=https://git.rayelliott.dev/
KP_Add
bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+700 && chromium --app=http://web.home
bspc rule --add Chromium --one-shot follow=on state=floating rectangle=1080x868+0+1200 && chromium --app=http://web.home
KP_Insert
bspc rule --add KeePassXC --one-shot follow=on state=floating && keepassxc
@ -72,10 +75,10 @@ KP_Insert
KP_Left
bspc rule --add Alacritty --one-shot follow=on state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light-small.yml -e lf ~
KP_Begin
bspc rule --add Pcmanfm --one-shot follow=on state=floating rectangle=1080x868+0+700 && pcmanfm
bspc rule --add Pcmanfm --one-shot follow=on state=floating rectangle=1080x868+0+1200 && pcmanfm
# floating terminal
KP_End
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+700 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+1200 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml
KP_Down
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+700 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown"
bspc rule --add Alacritty --one-shot follow=on state=floating rectangle=1000x600+0+1200 && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown"