Skip to content

Commit

Permalink
Replace
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Nov 27, 2024
1 parent b18e287 commit 00d1859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions bashrc_files/exports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ 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 All @@ -72,11 +71,6 @@ export LESSOPEN='|pygmentize -g %s'
export LESS='-R'
export DMENU_SCRIPT="${HOME}/bin/my_dmenu.sh"
#------------------MULTI-LEVEL---------#
export MY_INFORMATION="${DOCUMENTS}/INFORMATION"
export SPREADSHEETS="${DOCUMENTS}/SPREADSHEETS"
export WALLPAPERS="${PICTURES}/Wallpapers"
export CODING="${DESKTOP}/Coding/"
export CLONED="${DESKTOP}/CLONED/"
export PYTHONPATH="${PYTHONPATH}:/usr/bin/python3"
#------------------APPLICATIONS--------#
export NO_AT_BRIDGE=1
Expand All @@ -89,7 +83,4 @@ export GROFF_NO_SGR=1 ### https://stackoverflow.com/a/32456403
##################### https://stackoverflow.com/questions/32384644/color-setting-works-for-only-for-help-tab-in-man-page-dosent-work-for-the-en #


export LUA_CPATH='/usr/local/lib/lua/5.4/?.so;/usr/lib/lua/5.4/?.so;/usr/local/lib/lua/5.4/loadall.so;/usr/lib/lua/5.4/loadall.so;./?.so;/$HOME/.luarocks/lib/lua/5.4/?.so'



3 changes: 2 additions & 1 deletion i3wm/modes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ mode "run_program" {
bindsym p exec gthumb ; $mode_be_default
bindsym r exec rnote ; $mode_be_default
bindsym Shift+r exec $toggle_r_rate -r ; $mode_be_default
bindsym s exec sioyek ; $mode_be_default
# bindsym s exec sioyek ; $mode_be_default
bindsym s exec strawberry ; $mode_be_default
bindsym t exec thunar ; $mode_be_default
bindsym x exec xournalpp ; $mode_be_default
bindsym y exec freetube ; $mode_be_default
Expand Down
1 change: 1 addition & 0 deletions nvim/lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ local leader_mappings={
{ n, F, '+ Line Len Indicator', 'cc' , ':call TogCC()<CR>' },
{ n, F, '+ CursorLine', 'cl' , ':set nocul!<CR>' },
{ n, F, '+ Statusline', 'cs' , ':call TogSL()<CR>' },
{ n, F, '+ spell', 'cS' , ':set spell!<CR>' },
{ n, F, 'Delete Buffer', 'D' , ':bd<esc><enter>' },
{ n, F, 'Find Space EOL', 'df' , ':%s/\\s\\+\\ze$//gc<CR>' },
{ n, F, '+ CursorColumn', 'e' , ':set cuc!<CR>' },
Expand Down

0 comments on commit 00d1859

Please sign in to comment.