Skip to content

Commit

Permalink
SAFETY_BACKUP_Sat Dec 31 12:28:49 PM EST 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Dec 31, 2022
1 parent d20a39e commit 3596184
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 9 deletions.
6 changes: 5 additions & 1 deletion bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ alias emime=' nvim $HOME/.config/mimeapps.list'
alias ysb=' source $HOME/.bashrc'
alias capkey=' xev | grep -Pio '\''(keysym [^)]*)'\'
alias g=' grep --perl-regexp --ignore-case'
alias gri=' grep -ri'
alias xg=' grep -r -i --exclude=\*.{dll,gpg,iso,au,elc,xpm,xcf}\
--exclude=\*.{apk,snap,out,jar,sx,s,bin,o,exe,deb,pyc,pyo}\
--exclude=\*.{jpg,jpeg,png,webp,bmp,gif}\
Expand Down Expand Up @@ -222,7 +223,7 @@ alias docs=' cd "$HOME/Documents/"'
alias spreds=' cd "$HOME/Documents/SPREADSHEETS/"'
alias desk=' cd "$HOME/Desktop/"'
alias vids=' cd "$HOME/Videos/"'
alias nitroz=' cd "$HOME/Pictures/NitroWallpapers"'
alias wallz=' cd "$HOME/Pictures/MyWallpapers"'
alias nswp=' cd "$HOME/.mynvim/swapfiles/"'
alias testr=' . $HOME/test.sh'
alias git_mt=' git log --pretty=format:"%h %s" --graph'
Expand Down Expand Up @@ -255,6 +256,9 @@ export YAD_POS_X="1920"
export YAD_POS_Y="1080"
export LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"




export ATHAME_ENABLED=1
export ATHAME_SHOW_MODE=1
export ATHAME_SHOW_COMMAND=1
Expand Down
2 changes: 1 addition & 1 deletion i3wm/bindings_i3wm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
$BM backslash $_ [class=".*icecat.*"] scratchpad show
#---------------------------------------------[a-z]-SHIFT-BINDS----------------------------------------------------#
#SPEC a $_
$BSh b $_ exec $HOME/bin/ubluetoggle.sh
$BSh b $_ exec $HOME/bin/ubluetoggle.sh > $HOME/myoutput.txt
#SPEC c $_
$BSh d $_ exec dmenu_run -b -nb "#000000" -l 10 -fn "Office Code Pro:pixelsize=20:antialias=true:autohint=true"
$BSh e $_ exec "i3-nagbar -t warning -m 'Exit i3?' -b 'Yes, exit i3' 'i3-msg exit'"
Expand Down
4 changes: 2 additions & 2 deletions i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
no_focus [class="Xmessage"]
#for_window [class="i3*input"] resize set 1000 1000
#---------------------------------------------------------EXECS-----------#
$EXC parcellite
$EXC xcmenu
$EXC xcompmgr -C
$EXC_A $HOME/bin/xwallpaperauto.sh "--restore"
$EXC $HOME/bin/xwallpaperauto.sh --silent
$EXC_A $HOME/.config/polybar/launch.sh
########Repeating .xinitrc so unplugging keyboard doesn't kemfkmakfej
$EXC_A xset -dpms
Expand Down
14 changes: 13 additions & 1 deletion nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
{
"coc.preferences.useQuickfixForLocations": true,
"coc.preferences.extensionUpdateCheck": "never",
"diagnostic.checkCurrentLine": true
"diagnostic.checkCurrentLine": true,
"languageserver": {
"ccls": {
"command": "ccls",
"filetypes": ["c", "cc", "cpp", "c++", "objc", "objcpp"],
"rootPatterns": [".ccls", "compile_commands.json", ".git/", ".hg/"],
"initializationOptions": {
"cache": {
"directory": "/tmp/ccls"
}
}
}
}
}

1 change: 1 addition & 0 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"<--------- LET/SET -------------------------------------------------------->
filetype off
set runtimepath+=/usr/local/share/lilypond/current/vim/
set runtimepath+=$LILYPOND_HOME
filetype plugin on
filetype plugin indent on
syntax on
Expand Down
5 changes: 2 additions & 3 deletions nvim/lua/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,17 @@ require('nvls').setup({
pitches_language = "default",
output = "midi",
main_file = "main.ly",
main_folder = "%:p:h",
main_folder = "$HOME/Documents/LILYPOND_MUSIC_COMP/",
hyphenation_language = "en_DEFAULT",
include_dir = {
"$HOME/Documents/LILYPOND_MUSIC_COMP"
"$HOME/Documents/LILYPOND_MUSIC_COMP/"
},
},
},
latex = {
mappings = {
compile = "<F5>",
open_pdf = "<F6>",
lilypond_syntax = "<F3>"
},
options = {
clean_logs = false
Expand Down
4 changes: 3 additions & 1 deletion xorg/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ export DOWN="$HOME/Downloads/"
export MYSTUFF="$HOME/Documents/MyStuff/"
export EDITOR="nvim"
export NVIMSWAP="$HOME/.local/share/nvim/swap/"
#export PYTHONPATH="$PYTHONPATH:/$HOME/MY_PYTHON_MODULES/"
#export PYTHONPATH="$PYTHONPATH:/home/maceurt/MY_PYTHON_MODULES/"
#export PYTHONPATH="$PYTHONPATH:/usr/bin/python3"
export AUTOBACKUP="/mnt/ed3/"
export QT_QPA_PLATFORMTHEME=qt5ct
export FZF_CTRL_T_OPTS="--preview '(highlight -O ansi -l {} 2> /dev/null || cat {} || tree -C {}) 2> /dev/null | head -200'"
export LESS=""
Expand All @@ -23,6 +24,7 @@ export PATH="/usr/bin/:${PATH}"
export TERM=st
export XDG_CONFIG_HOME="$HOME/.config"
export QT_QPA_PLATFORMTHEME="qt5ct"
. $HOME/.secrets ####-!!-!!-!!-IGNORE-!!-!!-!!-####
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
Expand Down
1 change: 1 addition & 0 deletions zathura/zathurarc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set adjust-open "best-fit"
set pages-per-row "1"
map <C-h> toggle_statusbar
map ,h toggle_statusbar
set sandbox strict

#set default-bg "#000000" # Background
#set default-fg "#000000" # Foreground
Expand Down

0 comments on commit 3596184

Please sign in to comment.