Update 2024-01-30 07:41 OpenBSD/amd64-x13
This commit is contained in:
parent
071f7abcac
commit
5e5438f9b5
@ -39,6 +39,7 @@ choose_wrapper() {
|
|||||||
|
|
||||||
local SE="OPEN URL
|
local SE="OPEN URL
|
||||||
Amazon
|
Amazon
|
||||||
|
Amazon Order ID
|
||||||
CPAN
|
CPAN
|
||||||
Crates.io
|
Crates.io
|
||||||
DuckDuckGo Web Search
|
DuckDuckGo Web Search
|
||||||
@ -72,9 +73,10 @@ Zalando"
|
|||||||
http*) DEFAULT="OPEN (default)"; ;;
|
http*) DEFAULT="OPEN (default)"; ;;
|
||||||
192.168.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
192.168.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
10.20.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
10.20.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
|
???-???????-???????) DEFAULT="Amazon Order ID (default)"; ;;
|
||||||
gopher*) DEFAULT="OPEN (default)"; ;;
|
gopher*) DEFAULT="OPEN (default)"; ;;
|
||||||
g_*) DEFAULT="GLIB Documentation"; ;;
|
g_*) DEFAULT="GLIB Documentation (default)"; ;;
|
||||||
[Ss]oup_*) DEFAULT="LibSOUP Documentation"; ;;
|
[Ss]oup_*) DEFAULT="LibSOUP Documentation (default)"; ;;
|
||||||
www.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
www.*) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
\<*@*\>) DEFAULT="Marc Info Message ID (default)"; ;;
|
\<*@*\>) DEFAULT="Marc Info Message ID (default)"; ;;
|
||||||
*.com|*.de|*.net|*.org) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
*.com|*.de|*.net|*.org) DEFAULT="OPEN (default)"; C="http://${C}"; ;;
|
||||||
@ -90,7 +92,8 @@ Zalando"
|
|||||||
C=$(echo "$C" | sed 's/ /%20/g')
|
C=$(echo "$C" | sed 's/ /%20/g')
|
||||||
case "${S}" in
|
case "${S}" in
|
||||||
OPEN*) URI="${C}"; ;;
|
OPEN*) URI="${C}"; ;;
|
||||||
Amazon*) URI="https://www.amazon.de/s?k=${C}&rh=p_n_enc-merchantbin%3AA3JWKAKR8XB7XF"; ;;
|
Amazon) URI="https://www.amazon.de/s?k=${C}&rh=p_n_enc-merchantbin%3AA3JWKAKR8XB7XF"; ;;
|
||||||
|
Amazon*O*) URI="https://www.amazon.de/gp/your-account/order-details/ref=ppx_yo_dt_b_order_details_o00?orderID=${C}"; ;;
|
||||||
CPAN*) URI="https://metacpan.org/search?q=${C}"; ;;
|
CPAN*) URI="https://metacpan.org/search?q=${C}"; ;;
|
||||||
Crate*) URI="https://crates.io/search?q=${C}"; ;;
|
Crate*) URI="https://crates.io/search?q=${C}"; ;;
|
||||||
Grep*) URI="https://grep.app/search?q=${C}"; ;;
|
Grep*) URI="https://grep.app/search?q=${C}"; ;;
|
||||||
|
@ -4,14 +4,6 @@
|
|||||||
SEL=$(print "Notes\nDocuments\nContacts\nCalendar\nSlides" | $DMENU_CMD -p "Information System")
|
SEL=$(print "Notes\nDocuments\nContacts\nCalendar\nSlides" | $DMENU_CMD -p "Information System")
|
||||||
|
|
||||||
case $SEL in
|
case $SEL in
|
||||||
Notes)
|
|
||||||
N=$(printf "Todo\nNotes\nEvents" | $DMENU_CMD -p Notes)
|
|
||||||
case $N in
|
|
||||||
Todo) hterm -e "vim scp://sdk@shell.codevoid.de/work/notes/todos.txt"; ;;
|
|
||||||
Notes) hterm -e "vim scp://sdk@shell.codevoid.de/work/notes/notes.txt" ;;
|
|
||||||
Events) hterm -e "vim scp://sdk@shell.codevoid.de/work/notes/events.txt" ;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
Documents)
|
Documents)
|
||||||
DOC=$(ls -1pr $PIMDIR/documents/ | grep -v '/$' | sort -hr | $DMENU_CMD -p Documents -l 25)
|
DOC=$(ls -1pr $PIMDIR/documents/ | grep -v '/$' | sort -hr | $DMENU_CMD -p Documents -l 25)
|
||||||
if [ ! -z "$DOC" ]; then
|
if [ ! -z "$DOC" ]; then
|
||||||
@ -26,24 +18,12 @@ case $SEL in
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
Contacts)
|
|
||||||
eval $(gnome-keyring-daemon --start --components=secrets)
|
|
||||||
dbus-update-activation-environment --all
|
|
||||||
export GNOME_KEYRING_CONTROL GNOME_KEYRING_SOCKET GNOME_KEYRING_PID
|
|
||||||
gnome-contacts
|
|
||||||
;;
|
|
||||||
Calendar)
|
|
||||||
eval $(gnome-keyring-daemon --start --components=secrets)
|
|
||||||
dbus-update-activation-environment --all
|
|
||||||
export GNOME_KEYRING_CONTROL GNOME_KEYRING_SOCKET GNOME_KEYRING_PID
|
|
||||||
gnome-calendar
|
|
||||||
;;
|
|
||||||
Slides)
|
Slides)
|
||||||
P=$(ls -1 "$PIMDIR/slides/" | sort -hr | $DMENU_CMD -p Slides -l 25)
|
P=$(find $PIMDIR/slides -type f -name "*.txt" | sed "s,$PIMDIR/slides/,,g" | sort -hr | $DMENU_CMD -p Slides -l 25)
|
||||||
if [ ! -z "$P" ]; then
|
if [ ! -z "$P" ]; then
|
||||||
ACT=$(printf "Open\nEdit" | $DMENU_CMD -p Action)
|
ACT=$(printf "Open\nEdit" | $DMENU_CMD -p Action)
|
||||||
case $ACT in
|
case $ACT in
|
||||||
Open) sent "$PIMDIR/slides/$P" ;;
|
Open) sent -c "$COLOR_SF" -b "$BACKGROUND" -f "Monospace" "$PIMDIR/slides/$P" ;;
|
||||||
Edit) texec "vim \"$PIMDIR/slides/$P\"" ;;
|
Edit) texec "vim \"$PIMDIR/slides/$P\"" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
# +--------------------------------------------------
|
# +--------------------------------------------------
|
||||||
|
|
||||||
border_width = 1
|
border_width = 1
|
||||||
color_focus = rgb:AF/5F/00
|
color_focus = rgb:00/80/80
|
||||||
color_focus_maximized = rgb:AF/5F/00
|
color_focus_maximized = rgb:00/80/80
|
||||||
color_focus_maximized_free = rgb:AF/5F/00
|
color_focus_maximized_free = rgb:00/80/80
|
||||||
color_focus_free = rgb:AF/5F/00
|
color_focus_free = rgb:00/80/80
|
||||||
color_unfocus = rgb:44/44/44
|
color_unfocus = rgb:00/20/20
|
||||||
color_unfocus_free = rgb:55/35/00
|
color_unfocus_free = rgb:55/35/00
|
||||||
tile_gap = 8
|
tile_gap = 10
|
||||||
region_padding = 8
|
region_padding = 10
|
||||||
disable_border = 0
|
disable_border = 0
|
||||||
maximize_hide_bar = 0
|
maximize_hide_bar = 0
|
||||||
|
|
||||||
@ -27,12 +27,12 @@ maximize_hide_bar = 0
|
|||||||
# +--------------------------------------------------
|
# +--------------------------------------------------
|
||||||
bar_enabled = 1
|
bar_enabled = 1
|
||||||
bar_border_width = 1
|
bar_border_width = 1
|
||||||
bar_border = rgb:18/18/18
|
bar_border = rgb:00/20/20
|
||||||
bar_border_unfocus = rgb:18/18/18
|
bar_border_unfocus = rgb:00/20/20
|
||||||
bar_border_free = rgb:18/18/18
|
bar_border_free = rgb:00/20/20
|
||||||
|
|
||||||
bar_color = rgb:18/18/18,rgb:90/40/00,rgb:12/12/12,rgb:58/00/00,rgb:45/20/00
|
bar_color = rgb:00/20/20,rgb:00/60/60,rgb:00/20/20,rgb:58/00/00,rgb:00/40/40
|
||||||
bar_color_free = rgb:18/18/18,rgb:90/40/00,rgb:12/12/12,rgb:58/00/00,rgb:45/20/00
|
bar_color_free = rgb:00/20/20,rgb:00/60/60,rgb:00/20/20,rgb:58/00/00,rgb:00/40/40
|
||||||
bar_color_selected = rgb:18/24/28
|
bar_color_selected = rgb:18/24/28
|
||||||
|
|
||||||
bar_font_color = rgb:99/99/99
|
bar_font_color = rgb:99/99/99
|
||||||
@ -203,8 +203,8 @@ bind[xpick] = MOD+Print
|
|||||||
|
|
||||||
program[lock] = /usr/bin/false
|
program[lock] = /usr/bin/false
|
||||||
|
|
||||||
autorun = ws[1]:xconsole
|
autorun = ws[10]:xconsole
|
||||||
autorun = ws[1]:scratchpad
|
autorun = ws[10]:sp
|
||||||
|
|
||||||
# +--------------------------------------------------
|
# +--------------------------------------------------
|
||||||
# | KEYBOARD MAPPING
|
# | KEYBOARD MAPPING
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
packadd termdebug
|
||||||
|
|
||||||
|
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
" mouse support
|
" mouse support
|
||||||
@ -119,6 +122,8 @@ let g:autotagTagsFile = ".tags"
|
|||||||
let g:autotagCtagsCmd = "ectags"
|
let g:autotagCtagsCmd = "ectags"
|
||||||
|
|
||||||
|
|
||||||
|
let g:termdebugger = "egdb"
|
||||||
|
|
||||||
" HIGHLIGHT SPECIAL WORDS
|
" HIGHLIGHT SPECIAL WORDS
|
||||||
match ErrorMsg '\(TODO:\|FIXME\|XXX\|workaround\|WTF\|: error:.*\|\s\+$\| \+\ze\t\)'
|
match ErrorMsg '\(TODO:\|FIXME\|XXX\|workaround\|WTF\|: error:.*\|\s\+$\| \+\ze\t\)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user