diff options
author | June McEnroe <june@causal.agency> | 2021-02-07 22:05:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-07 22:21:59 -0500 |
commit | 0a054350dbedcae3618c92e8eb3a7d43836c4258 (patch) | |
tree | ad25af2f5f9233a96f9c87ffcc7516f666abe2a0 /home/.config | |
parent | Set cursor theme and size (diff) | |
download | src-0a054350dbedcae3618c92e8eb3a7d43836c4258.tar.gz src-0a054350dbedcae3618c92e8eb3a7d43836c4258.zip |
Add simple battery status and clock to xsession
I love how simple this is.
Diffstat (limited to '')
-rw-r--r-- | home/.config/cwm/cwmrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc index 3ec07c68..a6a6b7f6 100644 --- a/home/.config/cwm/cwmrc +++ b/home/.config/cwm/cwmrc @@ -2,6 +2,9 @@ sticky yes snapdist 10 moveamount 10 +ignore clock +autogroup 0 clock,XTerm + unbind-key all bind-key 4-n terminal bind-key 4-Delete lock |