Skip to content

Commit

Permalink
tex
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Nov 15, 2024
1 parent c3dddae commit f2c4c73
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 15 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ source "${HOME}/bashrc_files/exports.sh"
source "${HOME}/bashrc_files/functions.sh"
source "${HOME}/bashrc_files/aliases.sh"
source "${HOME}/.config/broot/launcher/bash/br"
#source "${HOME}/bashrc_files/zoxide.sh"
mps 'r' #setting PS1
#------------------BASH-HISTORY--------#

Expand Down
1 change: 1 addition & 0 deletions bashrc_files/exports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export TERMINAL='/usr/local/bin/st'
export EDITOR='nvim'
export ERL_AFLAGS="-kernel shell_history enabled"
#------------------MINE----------------#
export SCHOOL="${HOME}/Desktop/SCHOOL/"
export STANDARD_IFS=$' \t\n'
export BACKUP="${HOME}/BACKUP_FILES"
export BIN="${HOME}/bin"
Expand Down
2 changes: 1 addition & 1 deletion broot/conf.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ show_selection_mark: true
# and set it to false or true if you notice the colors in
# previewed images are too off.
#
# true_colors: false
true_colors: true

###############################################################
# Icons
Expand Down
7 changes: 7 additions & 0 deletions broot/verbs.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ verbs: [
execution: ":toggle_hidden"
}

{
invocation: open
key: "ctrl-o"
execution: "xdg-open {file}"
}


# Example 1: launching `tail -n` on the selected file (leaving broot)
# {
# name: tail_lines
Expand Down
6 changes: 3 additions & 3 deletions i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
set $mod Mod1
#--Floating-Size------------------#
# Default
set $DefaultSize 50ppt 70ppt
set $DefaultSize 55ppt 70ppt
set $DefaultWidth 55ppt
set $DefaultHeight 80ppt
# Small
Expand Down Expand Up @@ -73,12 +73,12 @@
workspace 1 output $MON_1
workspace 2 output $MON_1
workspace 3 output $MON_1
workspace 4 output $MON_P
#-------------------------------CENTER------#
workspace 10 output $MON_P
workspace 4 output $MON_P
workspace 7 output $MON_P
workspace 8 output $MON_P
workspace 9 output $MON_P
workspace 10 output $MON_P
workspace 11 output $MON_P
workspace 12 output $MON_P
workspace 5 output $MON_P
Expand Down
1 change: 1 addition & 0 deletions i3wm/modes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ mode "run_program" {
bindsym g exec geogebra ; $mode_be_default
bindsym k exec keepassxc ; $mode_be_default
bindsym l exec librewolf ; $mode_be_default
bindsym Shift+l exec libreoffice ; $mode_be_default
bindsym o exec obsidian ; $mode_be_default
bindsym p exec gthumb ; $mode_be_default
bindsym r exec rnote ; $mode_be_default
Expand Down
1 change: 1 addition & 0 deletions i3wm/regular_bindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ $Br z $_ exec $xmsg_script "Zathura"; mode zathura

#bindsym button9 $_ exec screengrab
$Mb button9 $_ exec screengrab
$Mb button8 $_ [title="i3s_kitty_term"] scratchpad show
$SF d $_ exec $xmsg_script "run_program"; mode run_program
$SF e $_ exec $HOME/bin/custom_exit.sh
$SF h $B1 move left 20px
Expand Down
14 changes: 12 additions & 2 deletions kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@
active_border_color #999
window_border_width 1px
# Font
font_family Agave Regular
bold_font Agave Bold
# box_drawing_scale 2, 2, 4, 4
font_family family="Agave"
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0
# Cursor
cursor #00FF00
cursor_blink_interval 0
shell_integration no-cursor
# Action Alias
Expand Down Expand Up @@ -149,3 +151,11 @@
map kitty_mod+o open_url_with_hints
map kitty_mod+s show_scrollback



# BEGIN_KITTY_FONTS
# font_family family="DaddyTimeMono Nerd Font Mono"
# bold_font auto
# italic_font auto
# bold_italic_font auto
# END_KITTY_FONTS
1 change: 1 addition & 0 deletions lf/lfrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set shell bash
set shellopts '-eu'
##USE DOUBLE QUOTES FOR 'set ifs "something"'
#set period 1
set incfilter
set ifs "\n"
set ratios 2:4:4
set info size:time
Expand Down
16 changes: 16 additions & 0 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,22 @@ let g:vlime_leader = "~"
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
let g:vimtex_compiler_latexmk = {
\ 'out_dir' : '/tmp',
\}
"\ 'aux_dir' : '',
"\ 'callback' : 1,
"\ 'continuous' : 1,
"\ 'executable' : 'latexmk',
"\ 'hooks' : [],
"\ 'options' : [
"\ '-verbose',
"\ '-file-line-error',
"\ '-synctex=1',
"\ '-interaction=nonstopmode',
"\ ],
"\}

"set conceallevel=1
"let g:tex_conceal='abdmg'
"----------------------"
Expand Down
3 changes: 2 additions & 1 deletion nvim/lua/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ local gitsigns = require('gitsigns')
local marks = require('marks')
local lspstatus = require('lsp-status')
local cmp_capabilities = require('cmp_nvim_lsp').default_capabilities()
-- local luasnip_latex_snips = require('luasnip_latex_snippets')
-- local cmp_dictionary = require("cmp_dictionary")

-- luasnip_latex_snips.setup({})


marks.setup({
Expand Down
1 change: 1 addition & 0 deletions nvim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ let g:my_plugins = {
\ "vimwiki": [ 'vimwiki', 'vimwiki' ],
\ 'luarocks for nvim': [ 'theHamsta', 'nvim_rocks', {'do': 'pipx install hererocks && python3 -mhererocks . -j2.1.0-beta3 -r3.0.0 && cp nvim_rocks.lua lua'}],
\ 'vim latex': [ 'lervag', 'vimtex' ],
\ 'vim latex snippest': [ 'evesdropper', 'luasnip-latex-snippets.nvim' ],
\}

"vim closetag": [ 'alneotermvan', 'vim-closetag' ],
Expand Down
8 changes: 4 additions & 4 deletions polybar/configs/mini.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
cursor-click = pointer
cursor-scroll = ns-resize
modules-left = i3
offset-x = 95%
; offset-x = 95%
width = 50px
bottom = true
bottom = false
height = 28px
[bar/primarybar]
font-0 = Hack:pixelsize=10;3
Expand All @@ -55,9 +55,9 @@
cursor-click = pointer
cursor-scroll = ns-resize
modules-right = i3 TimeEST pulseaudio
offset-x = 90%
; offset-x = 90%
width = 10%
bottom = true
bottom = false
height = 2%
[module/i3]
background = ${colors.background}
Expand Down
6 changes: 4 additions & 2 deletions polybar/configs/regular.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@
ws-icon-0 = 1;1
ws-icon-1 = 2;2
ws-icon-2 = 3;3
ws-icon-3 = 4;📝
ws-icon-4 = 5;🏫
; ws-icon-3 = 4;󱓧
; ws-icon-4 = 5;🏫
ws-icon-3 = 4;4
ws-icon-4 = 5;5
ws-icon-5 = 6;6
ws-icon-6 = 7;7
ws-icon-7 = 8;8
Expand Down
4 changes: 2 additions & 2 deletions xorg/SetKeys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toggle_r_rate() {
xset r off
notify-send -t 3000 $'Keyboard Repeat: \nOff'
else
xset r rate 200 40
xset r rate 250 55
notify-send -t 3000 $'Keyboard Repeat: \nOn'
fi
}
Expand All @@ -22,7 +22,7 @@ main() {
xset +fp "${HOME}/.local/share/fonts/"* 2>/dev/null
xset -dpms
xset s off
xset r rate 200 40
xset r rate 250 55
fi
#xset r off
##### This turns off mouse acceleration
Expand Down
1 change: 1 addition & 0 deletions xorg/Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
!*.font: ShareTechMono:pixelsize=12:style=Regular:autohint=true:antialias=true
!!!.color: #FFFFFF

*.font: Agave:style=Regular:size=12:antialias=true:autohint=false
emacs.font: Agave:style=Regular:size=15:antialias=true:autohint=false
*.cursorColor: #FF0
*.foreground: #FFF
Expand Down

0 comments on commit f2c4c73

Please sign in to comment.