beef-book - Lazy update
This commit is contained in:
parent
ca13101e90
commit
f5e11cb169
5 changed files with 8 additions and 5 deletions
|
@ -165,7 +165,7 @@
|
|||
;;solidity ; do you need a blockchain? No.
|
||||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
;;web ; the tubes
|
||||
web ; the tubes
|
||||
;;yaml ; JSON, but readable
|
||||
|
||||
:email
|
||||
|
|
3
.profile
3
.profile
|
@ -6,6 +6,7 @@ export PATH=$PATH:$HOME/.local/bin
|
|||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="brave"
|
||||
export BROWSER="librewolf"
|
||||
export BROWSER2="brave"
|
||||
export READER="xreader"
|
||||
export FILEMANAGER="thunar"
|
||||
|
|
|
@ -43,7 +43,7 @@ call plug#begin('~/.local/share/nvim/plugged')
|
|||
"Plug 'vbe0201/vimdiscord'
|
||||
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||
Plug 'vimwiki/vimwiki'
|
||||
"Plug 'franbach/miramare'
|
||||
Plug 'franbach/miramare'
|
||||
Plug 'cocopon/iceberg.vim'
|
||||
Plug 'patstockwell/vim-monokai-tasty'
|
||||
Plug 'antoinemadec/FixCursorHold.nvim'
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# gnome_do slingshot appdrawer appdrawer_alt appfolder
|
||||
# column row row_center screen row_dock row_dropdown
|
||||
|
||||
theme="launchpad"
|
||||
theme="blurry"
|
||||
dir="$HOME/.config/rofi/launchers/misc"
|
||||
|
||||
# comment these lines to disable random style
|
||||
|
|
|
@ -9,6 +9,8 @@ super + Return
|
|||
$TERMINAL
|
||||
super + shift + w
|
||||
$BROWSER
|
||||
super + shift + ctrl + w
|
||||
$BROWSER2
|
||||
super + shift + m
|
||||
$TERMINAL -e ncmpcpp
|
||||
super + shift + v
|
||||
|
@ -49,7 +51,7 @@ super + ctrl + alt + m
|
|||
|
||||
# ROFI run menu
|
||||
super + d
|
||||
~/.config/rofi/launchers/colorful/launcher.sh
|
||||
~/.config/rofi/launchers/misc/launcher.sh
|
||||
#rofi -show run
|
||||
# kaomoji picker lol
|
||||
super + ctrl + k
|
||||
|
|
Loading…
Reference in a new issue