mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-04 23:17:21 +01:00
fix killing pids
This commit is contained in:
@@ -12,10 +12,9 @@ store_pid() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
OLD_PIDS=$(cat $PIDS_FILE)
|
OLD_PIDS=$(cat $PIDS_FILE)
|
||||||
|
kill $(echo $OLD_PIDS)
|
||||||
rm $PIDS_FILE
|
rm $PIDS_FILE
|
||||||
|
|
||||||
kill $OLD_PIDS
|
|
||||||
|
|
||||||
hc emit_hook reload
|
hc emit_hook reload
|
||||||
|
|
||||||
~/.config/herbstluftwm/bindings.sh
|
~/.config/herbstluftwm/bindings.sh
|
||||||
|
|||||||
14
settings.sh
14
settings.sh
@@ -1,14 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
#font="-*-fixed-medium-*-*-*-12-*-*-*-*-*-*-*"
|
|
||||||
font="DejaVu Sans Mono for Powerline:pixelsize=11"
|
|
||||||
|
|
||||||
# default
|
|
||||||
fgcolor="#eee8d5"
|
|
||||||
bgcolor="#002b36"
|
|
||||||
|
|
||||||
active="#b58900"
|
|
||||||
activeOnMontior="2aa198"
|
|
||||||
notempty="#fdf6e3"
|
|
||||||
notused="#657b83"
|
|
||||||
urgent="#dc322f"
|
|
||||||
Reference in New Issue
Block a user