From cc5f294c2cda9de3dc11ecd26e51694f8a27adba Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 26 Apr 2024 09:45:41 -0500 Subject: added latest tweaks --- .bashrc | 4 ++-- .config/newsboat/config | 5 +++-- .config/newsboat/urls | 5 +++++ .config/openbox/autostart | 1 - .config/openbox/rc.xml | 3 --- .mutt/aliases | 1 + .mutt/muttrc | 2 +- .photocopyrc | 2 +- .rsync-exclude-weekly | 11 +++++++++-- .tmux.conf | 13 ------------- .tmux/dev | 2 +- .tmux/dev-ccg | 2 +- .tmux/dev-lbh | 2 +- .tmux/plugins/tmux-yank | 1 - .tmux/plugins/tpm | 1 - .tmux/write-fict | 4 ++-- .tmux/write-lux | 4 ++-- .tmux/write-wire | 4 ++-- 18 files changed, 31 insertions(+), 36 deletions(-) create mode 100644 .mutt/aliases delete mode 160000 .tmux/plugins/tmux-yank delete mode 160000 .tmux/plugins/tpm diff --git a/.bashrc b/.bashrc index 04544c6..bd2bc25 100644 --- a/.bashrc +++ b/.bashrc @@ -1,7 +1,7 @@ #basics stty -ixon -#export BROWSER="vivaldi-snapshot" -export BROWSER="qutebrowser" +export BROWSER="vivaldi-snapshot" +#export BROWSER="qutebrowser" export XDG_CONFIG_HOME="$HOME/.config" export EDITOR="vim" # keep dictionaries in ~/bin/ diff --git a/.config/newsboat/config b/.config/newsboat/config index b9b136b..f1d0c29 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -21,7 +21,7 @@ bind-key G end # copy url to download video using yt-dlp macro y set browser "echo %u | xsel -ib"; open-in-browser ; set browser "$BROWSER %u" -macro o set browser "qutebrowser %u"; set browser open-in-browser +macro o set browser "vivaldi-snapshot %u"; set browser open-in-browser macro w set browser "open-in-pane %u"; open-in-browser ; set browser "$BROWSER %u" macro s set browser "tmux split-window && tmux send-keys 'ranger ~/notes/saved_articles && tmux kill-pane\n'" ; open-in-browser ; set browser "$BROWSER %u" confirm-mark-all-feeds-read no @@ -32,7 +32,8 @@ confirm-exit yes #browser ~/bin/newsboat-browser.sh #browser "$BROWSER" #browser "xvivaldi-stable & >> /dev/null " -browser "qutebrowser" +#browser "qutebrowser" +browser "vivaldi-snapshot" bind-key v open-in-browser-and-mark-read #bind-key o open-in-browser-and-mark-read bind-key S save diff --git a/.config/newsboat/urls b/.config/newsboat/urls index f534ab8..c04bb1a 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -35,3 +35,8 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCxr2d4As312LulcajAkKJYw https://www.youtube.com/feeds/videos.xml?channel_id=UCvh1nadZWmbSW92ypX_IAWw https://www.youtube.com/feeds/videos.xml?channel_id=UCirYAT7CafNatSyJH3-O4pQ https://www.youtube.com/feeds/videos.xml?channel_id=UCm61viPKEDpGVGCF2ut-SUg +https://www.youtube.com/feeds/videos.xml?channel_id=UCb3KwY6oUqATTRQa4m4fIDw +https://www.youtube.com/feeds/videos.xml?channel_id=UCzsd4-oyHhNbAXfceOQ5HTw +https://www.youtube.com/feeds/videos.xml?channel_id=UC5lw4G4puMbeFxZX9_eJGYw +https://www.youtube.com/feeds/videos.xml?channel_id=UClkUhTjFbQbtGfS14h9Vw5g +https://rss.app/feed/pqlgb6RIEu2AUxEq diff --git a/.config/openbox/autostart b/.config/openbox/autostart index ec0ab94..3bffadc 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -3,7 +3,6 @@ tint2 & redshift-gtk -l 34.3065:-82.66374 & nm-applet & clipmenud & -kitty & mpd & syncthingtray & xset r rate 251 25 & diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index d15e3fe..93b82d6 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -877,9 +877,6 @@ no - - no - no 3 diff --git a/.mutt/aliases b/.mutt/aliases new file mode 100644 index 0000000..f4d480d --- /dev/null +++ b/.mutt/aliases @@ -0,0 +1 @@ +alias outdoor "Cizmar, Martin" , Chris Haslam , "So, Adrienne" , Scott Gilbertson diff --git a/.mutt/muttrc b/.mutt/muttrc index 9588d93..314bb90 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -136,7 +136,7 @@ set forward_quote # include message in forwards #set record = "/home/lxf/mail/fastmail/sent" -#source ~/.mutt/alias +source ~/.mutt/aliases bind compose p postpone-message bind index p recall-message diff --git a/.photocopyrc b/.photocopyrc index 0b7f6b8..a9445bc 100644 --- a/.photocopyrc +++ b/.photocopyrc @@ -1 +1 @@ -DSC00061.ARW \ No newline at end of file +DSC00576.ARW \ No newline at end of file diff --git a/.rsync-exclude-weekly b/.rsync-exclude-weekly index 411e62d..7af1662 100644 --- a/.rsync-exclude-weekly +++ b/.rsync-exclude-weekly @@ -25,9 +25,16 @@ bin/venv3 .conan/ .config/qwired/ .config/vivaldi-snapshot/Default/Service Worker/ +.config/vivaldi-snapshot/Default/Session Storage/ .config/vivaldi/Default/Service Worker/ -.config/vivaldi-snapshot/Profile\ 1/Service Worker/ -.config/vivaldi/Profile\ 1/Service Worker/ +.config/vivaldi-snapshot/Profile 1/Service Worker/ +.config/vivaldi/Profile 1/Service Worker/ +.config/vivaldi/Default/Service Worker/ +.config/vivaldi/Defaultold/Service Worker/ .cargo/ mnt/ .cache/ +.wine-bookwright/ +.wine/ +.wine-dng/ +~/.cache/* diff --git a/.tmux.conf b/.tmux.conf index 47d73db..b481022 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -73,16 +73,3 @@ set -g default-terminal "screen-256color" set-window-option -g automatic-rename off set-option -g allow-rename off bind -n C-w run "set status" - -# List of plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-yank' - -# Other examples: -# set -g @plugin 'github_username/plugin_name' -# set -g @plugin 'git@github.com/user/plugin' -# set -g @plugin 'git@bitbucket.com/user/plugin' - -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run -b '~/.tmux/plugins/tpm/tpm' -bind-key Space capture-pane \; save-buffer /tmp/tmux-buffer \; display-popup -w 80% -E "/home/lxf/bin/tmuxsh/fzf-speed" diff --git a/.tmux/dev b/.tmux/dev index 87f3576..946f4e6 100644 --- a/.tmux/dev +++ b/.tmux/dev @@ -1,5 +1,5 @@ neww -n '' -splitw -h -p 36 +splitw -h -l 33% send "cd ~/sites/luxagraf.net/ && virt && ./manage.py runserver 127.0.0.1:8000" enter selectp -t 1 # select the original pane send "cd ~/sites/luxagraf.net/ && v" enter #open vim diff --git a/.tmux/dev-ccg b/.tmux/dev-ccg index 5963976..bc33912 100644 --- a/.tmux/dev-ccg +++ b/.tmux/dev-ccg @@ -1,5 +1,5 @@ neww -n '' -splitw -h -p 36 +splitw -h -l 33% send "cd ~/sites/cumuluslearning.net/ && virt && ./manage.py runserver 127.0.0.3:8000 enter" selectp -t 1 # select the original pane send "cd ~/sites/cumuluslearning.net/ && v" enter #open vim diff --git a/.tmux/dev-lbh b/.tmux/dev-lbh index 62086ba..0a13f00 100644 --- a/.tmux/dev-lbh +++ b/.tmux/dev-lbh @@ -1,5 +1,5 @@ neww -n '' -splitw -h -p 36 +splitw -h -l 33% send "cd ~/sites/libregraf.net/ && virt && ./manage.py runserver 127.0.0.2:8000 enter" selectp -t 1 # select the original pane send "cd ~/sites/libregraf.net/ && v" enter #open vim diff --git a/.tmux/plugins/tmux-yank b/.tmux/plugins/tmux-yank deleted file mode 160000 index 226587c..0000000 --- a/.tmux/plugins/tmux-yank +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 226587cf7c055e0d409c5f53e9a1e101f01a881c diff --git a/.tmux/plugins/tpm b/.tmux/plugins/tpm deleted file mode 160000 index 26d9ace..0000000 --- a/.tmux/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 26d9ace1b47f4591b2afdf333442a498311b6ace diff --git a/.tmux/write-fict b/.tmux/write-fict index 63b08dd..dc042f4 100644 --- a/.tmux/write-fict +++ b/.tmux/write-fict @@ -1,6 +1,6 @@ neww -n '' rename-window "lbh" -splitw -h -p 22 +splitw -h -l 22% selectp -t 1 # select the original pane -splitw -h -p 69 +splitw -h -l 71% send "cd ~/lbh/ && v lbh.txt" enter #open vim diff --git a/.tmux/write-lux b/.tmux/write-lux index 56c58c4..4815d79 100644 --- a/.tmux/write-lux +++ b/.tmux/write-lux @@ -1,5 +1,5 @@ neww -n 'lux' -splitw -h -p 22 +splitw -h -l 22% selectp -t 1 # select the original pane -splitw -h -p 69 +splitw -h -l 71% send "cd ~/lux/ && v" enter #open vim diff --git a/.tmux/write-wire b/.tmux/write-wire index 4d26a47..54ca3e9 100644 --- a/.tmux/write-wire +++ b/.tmux/write-wire @@ -1,6 +1,6 @@ neww -n '' rename-window "wir" -splitw -h -p 22 +splitw -h -l 22% selectp -t 1 # select the original pane -splitw -h -p 69 +splitw -h -l 71% send "cd ~/wired/ && v wired.txt" enter #open vim -- cgit v1.2.3-70-g09d2