aboutsummaryrefslogtreecommitdiff
path: root/ranger/.config
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-08-04 14:20:24 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-08-04 14:20:24 +0000
commit7dcd1fd39e36432828f35ab580543a2908e08281 (patch)
treefb8bb0572fe299a60b646cc8110f0e518fe77037 /ranger/.config
parentde03a74a55ccdf7af9ffa552c7ecf456405ca305 (diff)
latest dotfiles
Diffstat (limited to 'ranger/.config')
-rw-r--r--ranger/.config/ranger/bookmarks2
-rw-r--r--ranger/.config/ranger/history14
-rw-r--r--ranger/.config/ranger/rc.conf54
-rwxr-xr-x[-rw-r--r--]ranger/.config/ranger/scope.sh0
4 files changed, 12 insertions, 58 deletions
diff --git a/ranger/.config/ranger/bookmarks b/ranger/.config/ranger/bookmarks
index 3b76a7f..16b52cd 100644
--- a/ranger/.config/ranger/bookmarks
+++ b/ranger/.config/ranger/bookmarks
@@ -1,2 +1,2 @@
-':/home/kdam0/Downloads/wallpapers
+':/home/kdam0
u:/home/kdam0/.config
diff --git a/ranger/.config/ranger/history b/ranger/.config/ranger/history
index 177c057..73ca059 100644
--- a/ranger/.config/ranger/history
+++ b/ranger/.config/ranger/history
@@ -1,8 +1,3 @@
-rename wa2.ms
-shell convert diamond_lattice.png eps2:diamond_lattice.eps
-shell convert reflection.png eps2:reflection.eps
-shell
-shell convert plot.eps eps2:plot.png
open_with gimp
open_with j
open_with wireshark
@@ -26,9 +21,7 @@ search home
k
open_with zathura
search zathura
-search config
search what
-search
search weather
search screen
shell vim appsused
@@ -48,3 +41,10 @@ rename assignments
rename lectures
mkdir a1
search tmux
+image
+search
+search ranger
+filter_stack add mime nt
+search mnt
+search config
+search sxhkd
diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf
index c9df139..59bd513 100644
--- a/ranger/.config/ranger/rc.conf
+++ b/ranger/.config/ranger/rc.conf
@@ -23,7 +23,7 @@ set collapse_preview true
set save_console_history true
set status_bar_on_top false
set draw_progress_bar_in_status_bar true
-set draw_borders false
+set draw_borders true
set dirname_in_tabs true
set mouse_enabled true
set display_size_in_main_column true
@@ -476,53 +476,29 @@ map yta console shell youtube-dl -xic%space
#IMAGES
#map bg shell cp %f ~/.config/wall.png && feh --bg-scale %f
#map bg shell cp %f ~/.config/wall1.jpg && wal -c -i %f
-map bg shell cp %f ~/.config/wall1.jpg && wal -c -i %f && sudo make -C ~/st/ clean install
+map bg shell cp %f ~/.config/wall1.jpg && wal -c && wal -i %f && sudo make -C ~/st/ clean install
map C shell killall w3mimgdisplay && convert -rotate 90 %s %s
map F shell killall w3mimgdisplay && convert -flop %s %s
map bl shell killall w3mimgdisplay && convert %s -resize 1440x1080\> bl_%s
map R shell convert %s %s
map TR shell convert %s -transparent white %s
-map sv shell bash ~/.config/Scripts/shrinkvid.sh %f
-map sp console shell bash ~/.config/Scripts/speedvid.sh %f%space
-
#MOUNTING
map mnt shell sudo ~/.config/Scripts/mount.sh
map umnt shell sudo ~/.config/Scripts/unmount.sh
-#LATEX
-map TC shell ~/.config/Scripts/clear.sh
-#map TC shell find . -maxdepth 1 -regextype gnu-awk -regex "^.*\.(pyc|pyo|bak|swp|aux|log|nav|out|snm|toc|bcf|run\.xml|synctex\.gz|blg|bbl)" -delete
-map Txa console shell cp ~/Documents/LaTeX/article.tex%space
-map Txs console shell cp ~/Documents/LaTeX/beamer.tex%space
-map Txh console shell cp ~/Documents/LaTeX/handout.tex%space
-
-
-#MARKDOWN
-map MP shell ~/.config/Scripts/markdown-pdf.sh %f
-map MD shell ~/.config/Scripts/markdown.sh %f
-
-
map <C-f> fzf_select
map <C-l> fzf_locate
-#Work folder
-
-map WK shell mkdir ~/Work -p && cd ~/Work
-map WAD shell rm -rf ~/Work
-
#Printing
map p1s shell lpr -o sides=one-sided %f
map p2s shell lpr -o sides=two-sided-long-edge %f
-#Videos
-map vc shell ~/.config/Scripts/concatenate.sh %s
-
map x shell chmod -x %s
#MOVEMENT
-map S shell bash -c "cd %d; bash"
+map S shell zsh -c "cd %d; zsh"
map gh cd ~
map th tab_new ~
map mh shell mv %s ~
@@ -539,30 +515,8 @@ map gs cd ~/.config/Scripts
map ts tab_new ~/.config/Scripts
map ms shell mv %s ~/.config/Scripts
map Ys shell cp -r %s ~/.config/Scripts
-map gc cd ~/Dropbox/winter2019
-map tc tab_new ~/Dropbox/winter2019
-map mc shell mv %s ~/Dropbox/winter2019
-map Yc shell cp -r %s ~/Dropbox/winter2019
map gw cd ~/Downloads/wallpapers
map tw tab_new ~/Downloads/wallpapers
map mw shell mv %s ~/Downloads/wallpapers
map Yw shell cp -r %s ~/Downloads/wallpapers
-map cfb shell vim ~/.config/Scripts/bashrc
-map cfs shell vim ~/.config/Scripts/status.sh
-map cfz shell vim ~/.zshrc
-map cfv shell vim ~/.config/Scripts/vimrc
-map cfr shell vim ~/.config/ranger/rc.conf.base
-map cfi shell vim ~/.config/i3/config
-map cfq shell vim ~/.config/qutebrowser/keys.conf.base
-map cfQ shell vim ~/.config/qutebrowser/qutebrowser.conf
-map cfm shell vim ~/.config/mutt/muttrc
-map cfM shell vim ~/.config/moc/keymap
-map cff shell vim ~/.config/Scripts/folders
-map cfc shell vim ~/.config/Scripts/configs
-map cft shell vim ~/.config/termite/config
-map cfT shell vim ~/.config/Scripts/tmux.conf
-map eb shell vim ~/Documents/LaTeX/uni.bib
-map cv shell vim ~/Documents/LaTeX/cv.tex
-map cfa shell vim ~/.config/mutt/aliases
-map cfp shell vim ~/.config/i3blocks/config
-map cfd shell vim ~/.Xdefaults
+map gn cd /mnt/newvol
diff --git a/ranger/.config/ranger/scope.sh b/ranger/.config/ranger/scope.sh
index a0fb2ec..a0fb2ec 100644..100755
--- a/ranger/.config/ranger/scope.sh
+++ b/ranger/.config/ranger/scope.sh