updates
This commit is contained in:
parent
7232200280
commit
2c485da447
|
|
@ -3,5 +3,6 @@ file:///home/krolyxon/media/dox dox
|
|||
file:///home/krolyxon/media/pix pix
|
||||
file:///home/krolyxon/media/vids vids
|
||||
file:///home/krolyxon/media/music music
|
||||
file:///home/krolyxon/media/movies movies
|
||||
file:///home/krolyxon/media media
|
||||
file:///home/krolyxon/code code
|
||||
|
|
|
|||
|
|
@ -1,23 +1,6 @@
|
|||
# How many columns are there, and what are their relative widths?
|
||||
set column_ratios 1,3,5
|
||||
|
||||
# Ask for a confirmation when running the "delete" command?
|
||||
# Valid values are "always", "never", "multiple" (default)
|
||||
# With "multiple", ranger will ask only if you delete multiple files at once.
|
||||
#Always confirm delete.
|
||||
#set confirm_on_delete always
|
||||
|
||||
# Which colorscheme to use? These colorschemes are available by default:
|
||||
# default, jungle, snow, solarized
|
||||
set colorscheme jungle
|
||||
|
||||
#The files preview is a nice feature but it slowing down ranger, so can be preferable to turn it off. Look for:
|
||||
# Preview files on the rightmost column?
|
||||
# And collapse (shrink) the last column if there is nothing to preview?
|
||||
# set preview_files true
|
||||
# set preview_directories true
|
||||
# set collapse_preview true
|
||||
|
||||
set show_hidden true
|
||||
set draw_borders both
|
||||
set preview_images true
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
|
|||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
export INPUTRC="$XDG_CONFIG_HOME/shell/inputrc"
|
||||
# export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
|
||||
export KODI_DATA="$XDG_DATA_HOME/kodi"
|
||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ super + grave
|
|||
# swap cap if stops working
|
||||
super + c
|
||||
setxkbmap -option caps:swapescape
|
||||
|
||||
# Screenshot tool
|
||||
Print
|
||||
maimshot
|
||||
|
|
@ -17,6 +18,9 @@ Print
|
|||
super + shift + f
|
||||
pcmanfm
|
||||
|
||||
# spotify
|
||||
super + shift + m
|
||||
spot-adblock
|
||||
# web browser
|
||||
super + shift + b
|
||||
firefox
|
||||
|
|
|
|||
|
|
@ -13,44 +13,3 @@ map J zoom out
|
|||
map i recolor
|
||||
map p print
|
||||
map g goto top
|
||||
|
||||
/* set notification-error-bg "#282828" # bg */
|
||||
/* set notification-error-fg "#fb4934" # bright:red */
|
||||
/* set notification-warning-bg "#282828" # bg */
|
||||
/* set notification-warning-fg "#fabd2f" # bright:yellow */
|
||||
/* set notification-bg "#282828" # bg */
|
||||
/* set notification-fg "#b8bb26" # bright:green */
|
||||
|
||||
/* set completion-bg "#504945" # bg2 */
|
||||
/* set completion-fg "#ebdbb2" # fg */
|
||||
/* set completion-group-bg "#3c3836" # bg1 */
|
||||
/* set completion-group-fg "#928374" # gray */
|
||||
/* set completion-highlight-bg "#83a598" # bright:blue */
|
||||
/* set completion-highlight-fg "#504945" # bg2 */
|
||||
|
||||
/* # Define the color in index mode */
|
||||
/* set index-bg "#504945" # bg2 */
|
||||
/* set index-fg "#ebdbb2" # fg */
|
||||
/* set index-active-bg "#83a598" # bright:blue */
|
||||
/* set index-active-fg "#504945" # bg2 */
|
||||
|
||||
/* set inputbar-bg "#282828" # bg */
|
||||
/* set inputbar-fg "#ebdbb2" # fg */
|
||||
|
||||
/* set statusbar-bg "#504945" # bg2 */
|
||||
/* set statusbar-fg "#ebdbb2" # fg */
|
||||
|
||||
/* set highlight-color "#fabd2f" # bright:yellow */
|
||||
/* set highlight-active-color "#fe8019" # bright:orange */
|
||||
|
||||
/* set default-bg "#282828" # bg */
|
||||
/* set default-fg "#D4BE98" # fg */
|
||||
/* set render-loading true */
|
||||
/* set render-loading-bg "#282828" # bg */
|
||||
/* set render-loading-fg "#ebdbb2" # fg */
|
||||
|
||||
/* # Recolor book content's color */
|
||||
/* set recolor-lightcolor "#282828" # bg */
|
||||
/* set recolor-darkcolor "#ebdbb2" # fg */
|
||||
/* set recolor "true" */
|
||||
/* # set recolor-keephue true # keep original color */
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ fi
|
|||
[ -z "$file" ] && exit
|
||||
|
||||
curl -F"file=@$file" 0x0.st | xclip -sel c
|
||||
notify-send "The url has been copied to your clipboard."
|
||||
notify-send "The url has been copied to your clipboard. $file"
|
||||
|
|
|
|||
|
|
@ -65,3 +65,4 @@ derive -> obtain something from (a specified source)
|
|||
sceptical -> not easily convinced; having doubts or reservations
|
||||
psyched -> excited and full of anticipation
|
||||
faucet -> a tap, "nal" in hindi
|
||||
duress -> threats, violence, constrains, or other actions used to coerce someone into doing something against theri will or better judgement
|
||||
|
|
|
|||
Loading…
Reference in New Issue