From dcc3b2a59d199f6cb65db253269b3fcc4356aad7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 16 Sep 2020 15:52:46 +0200 Subject: [PATCH 1/4] [HerbstluftWM] Remove autostart programs started with SystemD --- herbstluftwm/autostart | 3 --- 1 file changed, 3 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index f25edbd..106ff3f 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -12,9 +12,6 @@ hc emit_hook reload if hc silent new_attr bool my_not_first_autostart; then xsetroot -solid '#5A8E3A' ~/.fehbg & - pulseaudio -D & - emacs --daemon & - syncthing & xmodmap ~/.Xmodmap picom -b /usr/lib/kdeconnectd & From 8ddd17ca3a53b840ac89993a938e4d7521af0676 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 16 Sep 2020 15:54:02 +0200 Subject: [PATCH 2/4] [HerbstluftWM] Auto detect monitor size --- herbstluftwm/autostart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 106ff3f..a35e93c 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -176,9 +176,10 @@ hc set tree_style '╾│ ├└╼─┐' hc unlock # do multi monitor setup here, e.g.: -hc set_monitors 2560x1418+0+22 1920x1080+2560+0 +# hc set_monitors 2560x1418+0+22 1920x1080+2560+0 # or simply: -# hc detect_monitors +hc detect_monitors + # find the panel panel=~/.config/herbstluftwm/panel.sh From 311eb77e7ba50c3fa55c350444daa11fef25ac96 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 16 Sep 2020 15:54:26 +0200 Subject: [PATCH 3/4] [HerbstluftWM] Make room on the top for the panel --- herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index a35e93c..b421f05 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -180,6 +180,8 @@ hc unlock # or simply: hc detect_monitors +# make room for the panel +hc pad 0 22 # find the panel panel=~/.config/herbstluftwm/panel.sh From a2936f9d9ceb3ee18d49daade60eb1b40c50ca37 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 16 Sep 2020 15:55:03 +0200 Subject: [PATCH 4/4] [Rofi] Switch to Iosevka font --- rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 8dc0f2e..b2035e5 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -3,7 +3,7 @@ configuration { /* width: 50;*/ /* lines: 15;*/ /* columns: 1;*/ - font: "Hermit 12"; + font: "Iosevka 12"; /* bw: 1;*/ /* location: 0;*/ /* padding: 5;*/