Compare commits
No commits in common. "a2936f9d9ceb3ee18d49daade60eb1b40c50ca37" and "9a5b0b28e2a97aba1d3e5d2ab55f967844ceb8ae" have entirely different histories.
a2936f9d9c
...
9a5b0b28e2
2 changed files with 6 additions and 6 deletions
|
@ -12,6 +12,9 @@ hc emit_hook reload
|
||||||
if hc silent new_attr bool my_not_first_autostart; then
|
if hc silent new_attr bool my_not_first_autostart; then
|
||||||
xsetroot -solid '#5A8E3A'
|
xsetroot -solid '#5A8E3A'
|
||||||
~/.fehbg &
|
~/.fehbg &
|
||||||
|
pulseaudio -D &
|
||||||
|
emacs --daemon &
|
||||||
|
syncthing &
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
picom -b
|
picom -b
|
||||||
/usr/lib/kdeconnectd &
|
/usr/lib/kdeconnectd &
|
||||||
|
@ -176,12 +179,9 @@ hc set tree_style '╾│ ├└╼─┐'
|
||||||
hc unlock
|
hc unlock
|
||||||
|
|
||||||
# do multi monitor setup here, e.g.:
|
# 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:
|
# or simply:
|
||||||
hc detect_monitors
|
# hc detect_monitors
|
||||||
|
|
||||||
# make room for the panel
|
|
||||||
hc pad 0 22
|
|
||||||
|
|
||||||
# find the panel
|
# find the panel
|
||||||
panel=~/.config/herbstluftwm/panel.sh
|
panel=~/.config/herbstluftwm/panel.sh
|
||||||
|
|
|
@ -3,7 +3,7 @@ configuration {
|
||||||
/* width: 50;*/
|
/* width: 50;*/
|
||||||
/* lines: 15;*/
|
/* lines: 15;*/
|
||||||
/* columns: 1;*/
|
/* columns: 1;*/
|
||||||
font: "Iosevka 12";
|
font: "Hermit 12";
|
||||||
/* bw: 1;*/
|
/* bw: 1;*/
|
||||||
/* location: 0;*/
|
/* location: 0;*/
|
||||||
/* padding: 5;*/
|
/* padding: 5;*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue