Add few useful programs

This commit is contained in:
Thomas Dehaeze 2020-11-03 11:40:11 +01:00
parent 8f0d2dd755
commit ccb90f6506

View File

@ -63,17 +63,14 @@ https://github.com/thestinger/termite
*** Cheatsheet
| Command | Usage |
|--------------------+----------------------------|
| =ctrl-shift-x= | activate url hints mode |
| =ctrl-shift-c= | copy to CLIPBOARD |
| =ctrl-shift-v= | paste from CLIPBOARD |
| =ctrl-shift-space= | start selection mode |
| =ctrl-shift-up= | scroll up a line |
| =ctrl-shift-down= | scroll down a line |
| =ctrl-+= | increase font size |
| =ctrl--= | decrease font size |
| =ctrl-== | reset font size to default |
| Command | Usage |
|--------------------+-------------------------|
| =ctrl-shift-x= | activate url hints mode |
| =ctrl-shift-c= | copy to CLIPBOARD |
| =ctrl-shift-v= | paste from CLIPBOARD |
| =ctrl-shift-space= | start selection mode |
| =ctrl += | increase font size |
| =ctrl -= | decrease font size |
** Unicode Rxvt
*** Installation
@ -235,7 +232,7 @@ Alternative:
** Installation
#+begin_src bash
yay -S rofi
yay -S rofi rofi-calc
#+end_src
** Setup rofi as a dmenu replacement
@ -671,26 +668,26 @@ https://www.bfoliver.com/technology/2017/07/15/weechat/
https://alexjj.com/blog/2016/9/setting-up-weechat/
#+begin_src conf
/set weechat.look.prefix_same_nick "⤷"
/set weechat.look.prefix_error "⚠"
/set weechat.look.prefix_action "⚡"
/set weechat.look.bar_more_down "▼▼"
/set weechat.look.bar_more_left "◀◀"
/set weechat.look.bar_more_right "▶▶"
/set weechat.look.bar_more_up "▲▲"
/set weechat.look.prefix_suffix "╡"
/set weechat.color.chat_nick_colors red,green,brown,blue,magenta,cyan,white,lightred,lightgreen,yellow,lightblue,lightmagenta,lightcyan
/set weechat.color.separator 31
/set buffers.color.current_fg 31
/set buffers.color.current_bg white
/set buffers.color.hotlist_message_fg 229
/set buffers.color.hotlist_private_fg 121
/set buffers.color.hotlist_highlight_fg 163
/set buffers.color.number 239
/set buffers.color.number_char 245
/set weechat.bar.title.conditions "${inactive}"
/set weechat.bar.title.color_fg black
/set weechat.bar.title.color_bg 31 #Or white if 31 does nothing
/set weechat.look.prefix_same_nick "⤷"
/set weechat.look.prefix_error "⚠"
/set weechat.look.prefix_action "⚡"
/set weechat.look.bar_more_down "▼▼"
/set weechat.look.bar_more_left "◀◀"
/set weechat.look.bar_more_right "▶▶"
/set weechat.look.bar_more_up "▲▲"
/set weechat.look.prefix_suffix "╡"
/set weechat.color.chat_nick_colors red,green,brown,blue,magenta,cyan,white,lightred,lightgreen,yellow,lightblue,lightmagenta,lightcyan
/set weechat.color.separator 31
/set buffers.color.current_fg 31
/set buffers.color.current_bg white
/set buffers.color.hotlist_message_fg 229
/set buffers.color.hotlist_private_fg 121
/set buffers.color.hotlist_highlight_fg 163
/set buffers.color.number 239
/set buffers.color.number_char 245
/set weechat.bar.title.conditions "${inactive}"
/set weechat.bar.title.color_fg black
/set weechat.bar.title.color_bg 31 #Or white if 31 does nothing
#+end_src
** Configuration
@ -1471,6 +1468,20 @@ https://github.com/AuditeMarlow/base16-manager
This help changes many applications colors at once.
* Streaming - OBS
#+begin_src bash
yay -Ss obs-studio
#+end_src
To share the screen as a webcam:
http://dlaw.me/webcam-spoofing-with-obs/
#+begin_src bash
yay -S obs-v4l2sink
yay -S v4l2loopback-dkms-git
sudo modprobe v4l2loopback exclusive_caps=1 video_nr=9
#+end_src
* Graphical Editor
- https://inkscape.org/
- Tikz
@ -1532,7 +1543,7 @@ https://github.com/schollz/croc
- https://github.com/Airblader/unclutter-xfixes
#+begin_src bash
yay -S fd ripgrep pdf2svg pdftk unclutter
yay -S fd ripgrep pdf2svg pdftk unclutter pdfarranger
#+end_src
@ -1631,6 +1642,10 @@ https://wiki.archlinux.org/index.php/Keyboard_shortcuts
| [[https://dev.yorhel.nl/ncdu][ncdu]] | See what takes place on the disk |
| [[https://github.com/haikarainen/light][light]] | Program to easily change brightness on backlight-controllers |
| [[https://github.com/naelstrof/maim][maim]] | Take screenshots |
| [[https://github.com/sharkdp/bat][bat]] | cat alternative |
| [[https://github.com/dalance/procs][procs]] | ps alternative |
| [[https://github.com/chmln/sd][sd]] | sed alternative |
| [[https://github.com/smxi/inxi][inxi]] | CLI tool to get system information |
|-----------------------------------+-------------------------------------------|