Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Feb 4, 2023
1 parent 6f19498 commit 039e79a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
14 changes: 6 additions & 8 deletions bash/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ alias comv=' command -V'
alias f=' find / -mount'
alias h=' cd "$HOME"'
alias t=' trash-put'
alias x=' $HOME/bin/FOR_BASHRC/stars_c.sh'
alias bgr=' bash_history_grab'
alias hb=' nvim $HOME/.bash_history2'
alias cl=" printf '\n%.0s_______________________________' {1..400} ; printf '%.0s\n' {1..500} ; clear; echo ''"
Expand Down Expand Up @@ -310,7 +309,6 @@ alias wallz=' cd "$HOME/Pictures/Wallpapers"'
alias nswp=' cd "$HOME/.mynvim/swapfiles/"'
alias ytdl=' yt-dlp -o "$HOME/Videos/%(title)s.%(ext)s" --restrict-filename'
alias m=' men'
alias tst=' . $HOME/test.sh'
alias git_mt=' git log --pretty=format:"%h %s" --graph'
alias mansec=' man -f'
alias sap=' apropos'
Expand All @@ -332,18 +330,20 @@ alias cz=' ccze -m ansi'
#-EXPORT #
#---------------------------------------------------------------------- #

export NO_AT_BRIDGE=1
export PYTHONPATH="${PYTHONPATH}:$HOME/.local/python3.10/site-packages" ####-!!-!!-!!-

export PAGER='most'
export TERM='st-256color'
export EDITOR="nvim"
export LESS='-R --use-color -Dd+r$Du+b'
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export FZF_CTRL_T_OPTS="--preview '(highlight -O ansi -l {} 2> /dev/null || cat {} || tree -C {}) 2> /dev/null | head -200'"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export NO_AT_BRIDGE=1

#export BROWSER="/usr/bin/elinks"
#export LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
export PYTHONPATH="${PYTHONPATH}:$HOME/.local/python3.10/site-packages" ####-!!-!!-!!-


#---------------------------------------------------------------------- #
#-`PATH` #
#---------------------------------------------------------------------- #
Expand All @@ -359,8 +359,6 @@ if [ -d "/etc/systemd/user" ] ; then PATH="/etc/systemd/user:$PATH" ; fi
if [ -d "/usr/bin" ] ; then PATH="/usr/bin/:$PATH" ; fi

set -o vi
#######shopt -s dotglob
#######shopt -s globstar

#---------------------------------------------------------------------- #
#-END #
Expand Down
8 changes: 4 additions & 4 deletions gtk/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[Settings]
gtk-button-images=1
gtk-cursor-theme-name=Sweet-cursors
gtk-cursor-theme-size=0
gtk-cursor-theme-size=10
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-font-name=Iosevka 11
gtk-icon-theme-name=Enlightenment-X
gtk-icon-theme-name=Materia-Manjaro-Dark-2
gtk-menu-images=1
gtk-theme-name=materia-cyberpunk-neon
gtk-theme-name=oomox-cyberpunk-neon
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintmedium
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0
gtk-modules=gail:atk-bridge
#gtk-modules=gail:atk-bridge
1 change: 1 addition & 0 deletions gtk/gtk-4.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[Settings]
gtk-application-prefer-dark-theme=0
gtk-cursor-theme-size=3
5 changes: 3 additions & 2 deletions i3wm/config
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
workspace 4 output $MON_1
workspace 5 output $MON_1
#-------------------------------CENTER------#
workspace 6 output $MON_2
workspace 7 output $MON_2
workspace 8 output $MON_2
workspace 9 output $MON_2
workspace 10 output $MON_2
workspace 11 output $MON_2
workspace 12 output $MON_2
workspace 6 output $MON_2
#-------------------------------RIGHT-------#
workspace 13 output $MON_3
workspace 14 output $MON_3
Expand Down Expand Up @@ -117,7 +117,8 @@
$EXC $HOME/bin/xwallpaperauto.sh --silent
$EXC /usr/bin/dunst
$EXC unclutter --timeout 2 --fork
$EXC_A /$HOME/.config/polybar/launch.sh
$EXC_A $HOME/.config/polybar/launch.sh
$EXC_A $HOME/bin/auto_monitor.sh
$EXC_A xset -dpms
$EXC_A xset s off
$EXC_A xset r rate 200 40
Expand Down
2 changes: 1 addition & 1 deletion xorg/Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
*dpi: 96
*dpi: 96
!*antialias: True
!*hinting: Full
URxvt.keysym.KP_Add: +
Expand Down

0 comments on commit 039e79a

Please sign in to comment.