summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/.guix-env16
-rw-r--r--qutebrowser/.config/qutebrowser/config.py4
-rw-r--r--tmux/.tmux.conf2
3 files changed, 16 insertions, 6 deletions
diff --git a/guix/.guix-env b/guix/.guix-env
index 8069fa0..5482c74 100644
--- a/guix/.guix-env
+++ b/guix/.guix-env
@@ -6,15 +6,25 @@ export LC_ALL=en_US.utf8
# Paths
export PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin${PATH:+:}$PATH"
-export CPATH="/home/urbain/.guix-profile/include${CPATH:+:}$CPATH"
-export LIBRARY_PATH="/home/urbain/.guix-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH"
+# export CPATH="/home/urbain/.guix-profile/include${CPATH:+:}$CPATH"
+# export LIBRARY_PATH="/home/urbain/.guix-profile/lib${LIBRARY_PATH:+:}$LIBRARY_PATH"
# Custom packages
export GUIX_PACKAGE_PATH=$HOME/Dropbox/projects/guix-packages
-## Guile
+# Guile
export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH
export GUILE_WARN_DEPRECATED=detailed
+# Python
+# export GUIX_GTK3_PATH="/home/urbain/.guix-profile/lib/gtk-3.0${GUIX_GTK3_PATH:+:}$GUIX_GTK3_PATH"
+# export PYTHONPATH="/home/urbain/.guix-profile/lib/python3.6/site-packages${PYTHONPATH:+:}$PYTHONPATH"
+# export GI_TYPELIB_PATH="/home/urbain/.guix-profile/lib/girepository-1.0${GI_TYPELIB_PATH:+:}$GI_TYPELIB_PATH"
+# export XDG_DATA_DIRS="/home/urbain/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS"
+# export GIO_EXTRA_MODULES="/home/urbain/.guix-profile/lib/gio/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES"
+
+# Cmake
+export CMAKE_PREFIX_PATH="/home/urbain/.guix-profile/${CMAKE_PREFIX_PATH:+:}$CMAKE_PREFIX_PATH"
+
# vim: set ft=sh
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index 54837da..60b8fb0 100644
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -7,7 +7,6 @@ c.editor.command = ['urxvt', '-e', 'nvim', '-f', '{}']
c.fonts.hints = 'bold 12pt monospace'
c.hints.chars = 'aoeuidhtns'
c.hints.uppercase = True
-c.tabs.favicons.show = False
c.tabs.show = 'multiple'
c.tabs.tabs_are_windows = True
c.url.start_pages = ['file:///home/urbain/personal/index.html']
@@ -58,11 +57,12 @@ c.url.searchengines = {
'lit': 'https://www.littre.org/definition/{}',
'scholar': 'https://scholar.google.com/scholar?q={}',
'tr': 'https://translate.google.com/#en/fr/{}',
+ 'w': 'https://en.wikipedia.org/wiki/Special:Search?search={}',
'yt': 'https://www.youtube.com/results?search_query={}',
}
# Aliases
c.aliases = {
"history-all-clear": 'spawn rm /home/urbain/.local/share/qutebrowser/cmd-history ;; history-clear',
- "wq": 'quit -s',
+ "wq": 'quit -s', "q": 'quit',
}
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 0286fb9..d477a4b 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -23,6 +23,6 @@ bind-key N swap-window -t +1
PILOT_BOUNDARY=create
PILOT_MODE=wintab
-PILOT_CACHE=1
+PILOT_CACHE=0
PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab
source-file $PILOT_ROOT/pilot.tmux