diff --git a/Makefile b/Makefile
index 65531e6..a1416c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-test: *.org
- for f in *.org; do emacsclient -e "(progn (find-file \"$$f\") (org-babel-tangle))"; done
+all: tangle
+
tangle: *.org
for f in ./dotfiles/*.org; do emacsclient -e "(progn (find-file \"$$f\") (org-babel-tangle))"; done
diff --git a/dotfiles/applications.org b/dotfiles/applications.org
index 7a7624d..c51ebdd 100644
--- a/dotfiles/applications.org
+++ b/dotfiles/applications.org
@@ -129,3 +129,23 @@
Name=RSS feed addition
Exec=/usr/bin/env rssadd %U
#+end_src
+* Qutebrowser
+:PROPERTIES:
+:header-args: :tangle ~/.local/share/applications/qutebrowser.desktop
+:header-args+: :comments both :mkdirp yes
+:END:
+#+begin_src conf
+ [Desktop Entry]
+ Name=qutebrowser
+ GenericName=Web Browser
+ Comment=A keyboard-driven, vim-like browser based on PyQt5
+ Icon=qutebrowser
+ Type=Application
+ Categories=Network;WebBrowser;
+ Exec=qutebrowser %u
+ Terminal=false
+ StartupNotify=false
+ MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/qute;
+ Keywords=Browser
+ Actions=new-window;preferences;
+#+end_src
diff --git a/dotfiles/binaries.org b/dotfiles/binaries.org
index 25fda0e..8581530 100644
--- a/dotfiles/binaries.org
+++ b/dotfiles/binaries.org
@@ -646,11 +646,11 @@ The sed piece just removes the colon from the provided prompt: =rofi -p= already
#+end_src
* Print on Rnice
- :PROPERTIES:
- :header-args: :tangle ~/bin/print-rnice
- :header-args+: :comments both :mkdirp yes
- :header-args+: :shebang "#!/usr/bin/env bash"
- :END:
+:PROPERTIES:
+:header-args: :tangle ~/bin/print-rnice
+:header-args+: :comments both :mkdirp yes
+:header-args+: :shebang "#!/usr/bin/env bash"
+:END:
#+begin_src bash
nbpage=$(echo -e '1\n2\n4' | dmenu -p 'Number of pages per sheet' -l 20);
@@ -659,7 +659,7 @@ The sed piece just removes the colon from the provided prompt: =rofi -p= already
# First copy the file to Rnice
if sshpass -p "$(pass ssl.esrf.fr/dehaeze | sed -n 1p)" scp $1 dehaeze@rnice:~/Downloads/; then
# Then print on Rnice
- sshpass -p "$(pass ssl.esrf.fr/dehaeze | sed -n 1p)" ssh dehaeze@rnice "lpr -o media=A4 -o sides=$sides -o outputorder=reverse -o number-up=$nbpage -P ctb110c1u ~/Downloads/$1";
+ sshpass -p "$(pass ssl.esrf.fr/dehaeze | sed -n 1p)" ssh dehaeze@rnice "lpr -o media=A4 -o sides=$sides -o number-up=$nbpage -P ctb110c1u ~/Downloads/$1";
# Finally, delete the file
else
echo "Command Failed"
diff --git a/dotfiles/git.org b/dotfiles/git.org
index e990c44..c8f7090 100644
--- a/dotfiles/git.org
+++ b/dotfiles/git.org
@@ -181,8 +181,9 @@
** Github
#+BEGIN_SRC conf
-[github]
- user = tdehaeze
+ [github]
+ user = tdehaeze
+ oauth-token = 8cc5b41120f7e9a869c24fa3678667d3d8422e6f
#+END_SRC
* Global Git Ignore
diff --git a/readme.org b/readme.org
index 94164b1..a2cb003 100644
--- a/readme.org
+++ b/readme.org
@@ -1,4 +1,4 @@
-#+TITLE: Dotfiles - Manjaro Linux on Macbook Pro
+#+TITLE: Dotfiles - Manjaro Linux
:DRAWER:
#+HTML_HEAD:
#+HTML_HEAD: