mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-24 00:02:19 +00:00
Several changes
* Compton improvements * Add a wide screen layout * Set termite as the default terminal * Update spacemacs * Add script to copy bibtex entries from zotero
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
':/home/j
|
||||
F:/home/j
|
||||
f:/home/j
|
||||
m:/home/j/Downloads
|
||||
p:/home/j/Doctorado/Papers
|
||||
s:/home/j/Doctorado/Papers/SocialContext
|
||||
d:/home/j/Downloads
|
||||
D:/home/j/Doctorado
|
||||
o:/home/j/ownCloud
|
||||
g:/home/j/git/balkian
|
||||
G:/home/j/GSI
|
||||
|
@@ -1,50 +1,50 @@
|
||||
set colorscheme snow
|
||||
set colorscheme solarized
|
||||
set colorscheme jungle
|
||||
set status_bar_on_top true
|
||||
set draw_borders true
|
||||
set line_numbers
|
||||
|
||||
find Mu
|
||||
find
|
||||
find Des
|
||||
find H
|
||||
find des
|
||||
find d
|
||||
find git
|
||||
find gi
|
||||
map f console scout -ftsea%space
|
||||
scout -ftsea mes
|
||||
scout -ftsea sf
|
||||
scout -ftsea s
|
||||
scout -ftsea test
|
||||
scout -ftsea
|
||||
filter
|
||||
scout -ftsea te
|
||||
scout -ftsea dot
|
||||
scout -ftsea i3
|
||||
map dC chain mark_files all=True val=True; get_cumulative_size
|
||||
delete
|
||||
find loc
|
||||
search loc
|
||||
find Pu
|
||||
scout -aefiklst
|
||||
scout -aefiklst
|
||||
scout -ftse Docu
|
||||
scout -ftse Docum
|
||||
scout -ftse dotfi
|
||||
scout -ftse own
|
||||
scout -ftse ownclo
|
||||
scout -ftse sys
|
||||
scout -ftse Desk
|
||||
scout -ftse vid
|
||||
scout -ftse vi
|
||||
scout -fts id
|
||||
find
|
||||
shell y
|
||||
find dotfi
|
||||
find GSI
|
||||
find vid
|
||||
find Pic
|
||||
find musi
|
||||
rename parameterized_plugin.py
|
||||
rename basic_plugin
|
||||
rename basic_analyse_entry_plugin.py
|
||||
rename basic_plugin.py
|
||||
rename sklearn
|
||||
filter
|
||||
open_with svg
|
||||
search svg
|
||||
open_with inkscape
|
||||
find owncl
|
||||
find some
|
||||
find socialcon
|
||||
find download
|
||||
find paced
|
||||
rename PACED.png
|
||||
search paced
|
||||
delete
|
||||
terminal
|
||||
shell
|
||||
shell echo $TERM
|
||||
shell
|
||||
shell -i
|
||||
|
||||
terminal
|
||||
|
||||
search joya
|
||||
search factu
|
||||
search pdf
|
||||
search juan
|
||||
find wetran
|
||||
find git
|
||||
mkdir photos
|
||||
execute_command
|
||||
search
|
||||
rename SNA
|
||||
mkdir bundle-functiona
|
||||
rename bundle-functional
|
||||
find
|
||||
filter *.mobi
|
||||
mkdir mobi
|
||||
filter .mobi
|
||||
filter
|
||||
rename
|
||||
bulkrename
|
||||
bulkrename vim
|
||||
:eval fm.source(fm.confpath('rc.conf'))
|
||||
eval fm.source(fm.confpath('rc.conf'))
|
||||
bulkrename
|
||||
open_with
|
||||
open_with 1
|
||||
|
@@ -163,6 +163,7 @@ set padding_right true
|
||||
# instances but leads to *slight* performance loss.
|
||||
# When false, bookmarks are saved when ranger is exited.
|
||||
set autosave_bookmarks true
|
||||
set save_backtick_bookmark false
|
||||
|
||||
# You can display the "real" cumulative size of directories by using the
|
||||
# command :get_cumulative_size or typing "dc". The size is expensive to
|
||||
@@ -191,7 +192,7 @@ set cd_bookmarks true
|
||||
|
||||
# Avoid previewing files larger than this size, in bytes. Use a value of 0 to
|
||||
# disable this feature.
|
||||
set preview_max_size 0
|
||||
set preview_max_size 10000000
|
||||
|
||||
# Add the highlighted file to the path in the titlebar
|
||||
set show_selection_in_titlebar true
|
||||
@@ -412,6 +413,8 @@ map cc search_next order=ctime
|
||||
map cm search_next order=mtime
|
||||
map ca search_next order=atime
|
||||
|
||||
|
||||
map <C-t> terminal
|
||||
# Tabs
|
||||
map <C-n> tab_new ~
|
||||
map <C-w> tab_close
|
||||
|
@@ -83,9 +83,9 @@ ext x?html?, has w3m, terminal = w3m "$@"
|
||||
# Misc
|
||||
#-------------------------------------------
|
||||
# Define the "editor" for text files as first action
|
||||
mime ^text, label editor = $EDITOR -- "$@"
|
||||
mime ^text, label editor = myemacs "-nc" -- "$@"
|
||||
mime ^text, label pager = "$PAGER" -- "$@"
|
||||
!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@"
|
||||
!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = myemacs "-nc" -- "$@"
|
||||
!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
|
||||
|
||||
ext 1 = man "$1"
|
||||
@@ -204,7 +204,7 @@ label wallpaper, number 14, mime ^image, has feh, X = feh --bg-fill "$1"
|
||||
|
||||
# Define the editor for non-text files + pager as last action
|
||||
!mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = ask
|
||||
label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@"
|
||||
label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = myemacs "-nc" -- "$@"
|
||||
label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
|
||||
|
||||
# The very last action, so that it's never triggered accidentally, is to execute a program:
|
||||
|
@@ -58,8 +58,8 @@ if [ "$preview_images" = "True" ]; then
|
||||
image/*)
|
||||
exit 7;;
|
||||
# Image preview for video, disabled by default.:
|
||||
###video/*)
|
||||
### ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;;
|
||||
video/*)
|
||||
ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
@@ -0,0 +1,3 @@
|
||||
/home/j/git/lab.gsi/senpy/senpy/img/header.png
|
||||
::/home/j/NextCloud/Videos/salsa/DamiYNina/VID-20180107-WA0011.mp4
|
||||
/home/j/Doctorado/Papers/SocialContext
|
||||
|
Reference in New Issue
Block a user