From c37a4a61ba9d5d09ea52c9e0996897666ec5eb89 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 23 Jun 2019 10:33:46 -0400 Subject: [PATCH] various fixes --- brc | 8 ++-- .../.local/share/kxmlgui5/konsole/README.ian | 4 +- .../share/kxmlgui5/konsole/sessionui.rc | 46 +++++++++---------- subdir_files/sieve/lists.sieve | 11 +++-- 4 files changed, 37 insertions(+), 32 deletions(-) diff --git a/brc b/brc index f003263..99c4e81 100644 --- a/brc +++ b/brc @@ -196,7 +196,7 @@ path_add /a/exe path_add --end ~/.local/bin path_add --ifexists --end /a/work/libremanage path_add --ifexists --end /a/opt/adt-bundle*/tools /a/opt/adt-bundle*/platform-tools -path_add --ifexists --end /a/opt/scancode-toolkit-2.9.2 +path_add --ifexists --end /a/opt/scancode-toolkit-3.0.2 export WCDHOME=/a # based on readme.debian. dunno if this will break on other distros. _x=/usr/share/wcd/wcd-include.sh @@ -642,9 +642,9 @@ fa() { } faf() { # find all files - find -L $1 -type f -not \( -name .svn -prune -o -name .git -prune \ + find -L $1 -not \( -name .svn -prune -o -name .git -prune \ -o -name .hg -prune -o -name .editor-backups -prune \ - -o -name .undo-tree-history -prune \) 2>/dev/null + -o -name .undo-tree-history -prune \) -type f 2>/dev/null } # one that comes with distros is too old for newer devices @@ -1091,6 +1091,8 @@ ifn() { -o -name .hg -prune -o -name .editor-backups -prune \ -o -name .undo-tree-history -prune \) -iname "*$**" 2>/dev/null } +ifnl() { +} if [[ $OS == Windows_NT ]]; then diff --git a/subdir_files/.local/share/kxmlgui5/konsole/README.ian b/subdir_files/.local/share/kxmlgui5/konsole/README.ian index f0271e0..c206592 100644 --- a/subdir_files/.local/share/kxmlgui5/konsole/README.ian +++ b/subdir_files/.local/share/kxmlgui5/konsole/README.ian @@ -1 +1,3 @@ -sessionui.rc is the result of starting konsole with no profile, and setting one keybind: open file manager with ctrl-shift-2. \ No newline at end of file +sessionui.rc is the result of starting konsole with no profile, and setting the following keybinds: +open file manager with ctrl-shift-2. +no shortcut for next tab and previous tab and view next container. diff --git a/subdir_files/.local/share/kxmlgui5/konsole/sessionui.rc b/subdir_files/.local/share/kxmlgui5/konsole/sessionui.rc index 62c9e1a..76153ed 100644 --- a/subdir_files/.local/share/kxmlgui5/konsole/sessionui.rc +++ b/subdir_files/.local/share/kxmlgui5/konsole/sessionui.rc @@ -2,42 +2,42 @@ - + - + - - + + - - + + - + - - - - + + + + - - - + + + - - + + - - - + + + - - + + - - + + diff --git a/subdir_files/sieve/lists.sieve b/subdir_files/sieve/lists.sieve index 4dd75a2..4e17c09 100644 --- a/subdir_files/sieve/lists.sieve +++ b/subdir_files/sieve/lists.sieve @@ -58,12 +58,14 @@ if anyof ( header :contains "list-id" "", header :contains "list-id" "", header :contains "list-id" "", + header :contains "list-id" "", + header :contains "list-id" "", header :contains "list-id" "") { if header :regex "list-id" "<([a-z_0-9-]+)[.@]" { set :lower "listname" "${1}"; fileinto :create "l/${listname}"; - } -} + } + } if anyof ( header :contains "list-id" "", header :contains "list-id" "", @@ -71,8 +73,8 @@ if anyof ( if header :regex "list-id" "<([a-z_0-9-]+)[.@]" { set :lower "listname" "${1}"; fileinto :create "l/fedora.${listname}"; - } -} + } + } if anyof ( header :contains "list-id" "", @@ -86,7 +88,6 @@ if anyof ( header :contains "list-id" "", header :contains "from" "", header :contains "list-id" "" - ) { fileinto :create "community"; stop; -- 2.30.2