commit c9357e77b5c3e01bdd55b52f49b92b1f125768ad
parent c893e3fcd54ca0937addd47db25a1421f5a782f2
Author: Sven Möller <sven-moeller@outlook.de>
Date: Fri, 24 Dec 2021 13:39:22 +0100
Update
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
@@ -3,5 +3,5 @@ font:
window:
padding:
- x: 5
- y: 5
+ x: 2
+ y: 2
diff --git a/bin/.local/bin/bm b/bin/.local/bin/bm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
selector=fzf
@@ -84,7 +84,7 @@ html () {
to_html ()
{
- echo "<h2>$1</h2>"
+ echo "<h2>${1^}</h2>"
echo "<ul>"
sed -e 's_^\(\S*\)\s*$_\1 \1_' -e 's_\s_">_' "$BM_DIR/$1" -e 's_^_<li><a href="_' -e 's_$_</a></li>_'
echo "</ul>"
diff --git a/dwm/.repos/dwm/config.h b/dwm/.repos/dwm/config.h
@@ -58,7 +58,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "alacritty", NULL };
static Key keys[] = {
/* modifier key function argument */
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
@@ -23,7 +23,7 @@ c.url.searchengines = {
'w': 'https://en.wikipedia.org/w/index.php?search={}',
'wd': 'https://de.wikipedia.org/w/index.php?search={}'
}
-c.url.start_pages = ['qute://bookmarks/']
+c.url.start_pages = ['https://svenmoeller.xyz/bookmarks.html']
config.load_autoconfig(False) # Load config done via GUI