updated keyboard-shortcuts, firefox-preferences, nvim settings, linux-notes

This commit is contained in:
tomit4 2021-10-29 08:53:43 -07:00
parent 5c90924e53
commit cd4cc0cdaf
18 changed files with 17 additions and 9 deletions

View file

@ -187,7 +187,7 @@ alias ytdl="youtube-dl"
alias thinkorswim="~/thinkorswim/thinkorswim &" alias thinkorswim="~/thinkorswim/thinkorswim &"
alias vs="code" alias vs="code"
alias shutdown="shutdown -h now" alias shutdown="shutdown -h now"
alias logout="xfce4-session-logout --logout" alias {log,logout}="xfce4-session-logout --logout"
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s" alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
alias killport="fuser -k" alias killport="fuser -k"
alias rmorphans="sudo pacman -Rs $(pacman -Qdtq)" alias rmorphans="sudo pacman -Rs $(pacman -Qdtq)"

View file

@ -6,3 +6,9 @@ While you can certainly harden firefox by hand, it can be time consuming, simply
Or whatever path looks like that, you can always search for it using locate (recommended). Or whatever path looks like that, you can always search for it using locate (recommended).
locate prefs.js locate prefs.js
Also, you can install your extensions and bookmarks by putting the extensions and bookmarkbackups directories
in the same above directory:
cp -r extensions ~/.mozilla/firefox/k6634gl6.dev-edition-default
cp -r bookmarkbackups ~/.mozilla/firefox/k6634gl6.dev-edition-default

View file

@ -437,16 +437,10 @@ You can copy these into a new installation of xfce by putting this file into the
Other Apps of Mention: Other Apps of Mention:
alacritty (nice simple terminal emulator) alacritty (nice simple terminal emulator)
bpytop (much better than htop, themes well with manjaro in the XFCE terminal) (with current terminal.rc on xfce terminal, creates beautiful display, better than conky by far) btop (best top, written in C++)
To configure on startup, go to startup from XFCE whisker menu and create new startup command: xfce4-terminal --geometry=127x51+0+0 -x bpytop
This is for your current widescreen monitor, takes up half screen.
nvtop (nvidia graphical user interface to monitor GPU status) nvtop (nvidia graphical user interface to monitor GPU status)
powertop (displays power usage)
atom (naturegreen dark theme)
vscode(after experimenting with other vscode versions, the official one with telemetry turned off is by far the best, git clone from aur, makepkg -si, make sure basedevel is installed) vscode(after experimenting with other vscode versions, the official one with telemetry turned off is by far the best, git clone from aur, makepkg -si, make sure basedevel is installed)
librewolf (download vis github) micro(minimalist text editor)
micro(amazing minimalist text editor)
irssi irssi
tor-browser tor-browser
nmap nmap
@ -484,3 +478,11 @@ Manjaro XFCE (minimal DE) (favorite thus far 2021)
Manjaro Sway (community driven TWM) Manjaro Sway (community driven TWM)
Manjaro I3 (community driven TWM) Manjaro I3 (community driven TWM)
Manjaro Lomiri (for Pinephone, still in beta version as of mid 2021) Manjaro Lomiri (for Pinephone, still in beta version as of mid 2021)
Where you can find certain configuration files:
Neovim Configuration(~/.config/nvim/)
Bash Configuration (~/.bashrc)
Alacritty Configuration (~/.config/alacritty)
Custom XFCE Keyboard Configuration (~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml)
Custom XFCE AutoStart Scripts <copy entire directory>(~/.config/autostart)
FireFox Settings (~/.mozilla/firefox/k6634gl6.dev-edition-default/prefs.js)