45 Commits

Author SHA1 Message Date
Gabriel Simões
e6dae98c44
Fix build-with-cabal.sh when XDG_CONFIG_HOME is defined 2024-02-11 21:20:30 -05:00
Tomas Janousek
a45ecd3779 scripts: Drop obsolete grabDescriptions.hs
We haven't used this for a while, and since we dropped descriptions in
X.D.Extending in favor of the haddock-generated index in
839302533bed6c6ece709a9d8508cc9b773b3975, it's useless.
2022-07-12 22:13:31 +01:00
Tomas Janousek
820a2f75de scripts: Drop obsolete generate-configs
The last time this could work was 2007
(1e35714e1e01b1148c84076de7a5998045679a08).
2022-07-12 22:10:44 +01:00
brandon s allbery kf8nh
b6d62fe9d3 migrate build scripts from xmonad-testing
The testing repo was not a good location for them, and is now
deprecated. They are now in `scripts/build`, and will be documented
in the main repo's `INSTALL.md`.
2022-04-18 17:30:51 -04:00
Tomas Janousek
6ab136eb56 scripts/xmonadctl: Fix build
Fixes: bd5b969d9ba2 ("Apply hlint hints")
2021-10-20 15:24:55 +01:00
Yecine Megdiche
8defd7f4c8 xmonadpropread.hs: Update X.H.DynamicLog references 2021-10-19 07:56:11 +02:00
slotThe
bd5b969d9b Apply hlint hints
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.

Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
Tomas Janousek
fc60ccb1fb scripts: Make scripts executable and add #!runhaskell to xmonad{ctl,propread} 2021-02-15 11:42:23 +00:00
Tomas Janousek
d70128418b xmonadctl: Tidy help a bit 2021-02-15 11:42:23 +00:00
Tomas Janousek
eb752b15d8 Pass 0 to setClientMessageEvent where appropriate
Stop pretending it has anything to do with time, it's zero, and it's not
being read anywhere, we're passing the parameter only because
setClientMessageEvent needs one. We should switch to
setClientMessageEvent' and pass no data, but that would move the X11
dependency lower bound.
2021-02-15 11:42:23 +00:00
Tomas Janousek
a7bb1a776a X.H.ServerMode: Move xmonadctl source code to scripts/
Makes it easier to build and maintain.
2021-02-15 11:42:23 +00:00
Tomas Janousek
ebf9561d76 scripts/xmonadpropread: Print current property value at start
It was only printed after the first change.
2021-02-11 21:24:08 +00:00
Tomas Janousek
ccebeb675d scripts/xmonadpropread: Document and support custom props 2021-02-11 15:53:17 +00:00
Brandon S Allbery KF8NH
08c4c09fc5 Typo in window-properties.sh
Somewhere between my creating the original version of this script and
adding it to the tree, a backslash got lost.  It appears to have been
lost in the version I put on the wiki, so I suspect a copy-paste
problem at that point.
2011-04-13 05:30:02 +00:00
Brandon S Allbery KF8NH
4bcf636259 Script to simplify getting ManageHook information from a window 2011-02-24 02:49:37 +00:00
Daniel Schoepe
5f4b9e8a19 Set buffering to LineBuffering in scripts/xmonadpropread.hs
(Required for the script to work properly with tools like dzen)
2009-11-08 20:41:06 +00:00
Spencer Janssen
1a8bdd4320 Add xmonadpropread script 2009-11-07 00:48:58 +00:00
Adam Vogt
5e0a65ea63 Update D.Extending module lists with help of a script (also added) 2009-10-12 04:49:18 +00:00
Don Stewart
13860e0ed9 update run xmonad script 2007-11-15 22:57:04 +00:00
gwern0
993ffa049e scripts/generate-configs: update docs 2007-11-12 14:46:43 +00:00
Alex Tarkovsky
d5c174ab1d New features for generate-configs.sh; renamed to generate-configs 2007-10-13 09:02:51 +00:00
Don Stewart
75fbca3ecd use leading % for magic comments in ./scripts/generate-configs.sh 2007-10-13 21:24:29 +00:00
Alex Tarkovsky
d0adeca94a Docstring parser for generating xmonad build configs with default settings for extensions 2007-09-05 20:01:28 +00:00
Don Stewart
dd3bd26cec docs not generated in DragPane.hs 2007-09-04 23:24:47 +00:00
joachim.fasting
f650b2c4f3 run-xmonad.sh: don't hard-code path to mkfifo.
mkfifo isn't located in /sbin on all distributions (Gentoo puts it in /bin).
By temporarily appending /sbin to PATH both setups are supported.
'which' and friends are not viable options since /sbin usually isn't in
user's PATH by default.
2007-06-19 12:42:12 +00:00
joachim.fasting
53569827b4 run-xmonad.sh: use $HOME when setting PATH. 2007-06-18 23:47:03 +00:00
Spencer Janssen
e344fc8cdc Remove all references to exec 2007-06-18 20:16:52 +00:00
glasser
ccf7697b69 Fix name of xmonad-clock in compilation instructions. 2007-06-10 15:52:04 +00:00
Don Stewart
4ac87689b8 tweak pkill 2007-06-10 09:30:27 +00:00
Don Stewart
cb1921b89a use all 3 load values 2007-06-10 09:09:59 +00:00
buisse
03d93881c2 Modified xmonad-clock.c to display battery information from ACPI (will work only on linux though). Also restored three load averages instead of only one. 2007-06-10 09:02:28 +00:00
Don Stewart
5d8bd71090 example xinitrc 2007-06-10 08:57:15 +00:00
Don Stewart
fd85177063 update run-xmonad.sh 2007-06-10 06:39:15 +00:00
Don Stewart
ba6bcadcad no need for ./scripts/xmonad-status.c, update run-xmonad.sh 2007-06-10 06:28:06 +00:00
Don Stewart
35999f266d remove out of date ./scripts/xmonad-status.hs 2007-06-10 00:51:07 +00:00
Don Stewart
b587adc724 improve xmonad-status.c 2007-06-09 14:02:58 +00:00
Don Stewart
629650f5c6 Add C script for parsing new logging encoding, and displaying workspace info 2007-06-09 13:18:56 +00:00
Don Stewart
08186df89d missing unsetenv 2007-06-09 09:01:27 +00:00
Don Stewart
1c6b90997b add tiny clock program (C) i'm using in the status bar 2007-06-09 08:04:35 +00:00
Don Stewart
b7d7459a06 latest version of xmonad-status.hs 2007-06-09 06:09:13 +00:00
Don Stewart
0055e337e0 remove dead version 2007-06-09 06:08:57 +00:00
Don Stewart
206b3557e8 nicer format for dynamic workspaces 2007-06-06 04:57:05 +00:00
Don Stewart
8b12639de4 add script which only draws current workspace, and those with clients 2007-06-06 04:45:44 +00:00
glasser
fd395c04bb In docs, change name of program from mux to xmonad-status. 2007-06-05 14:00:45 +00:00
Don Stewart
b7917965d6 Add xmonad-status.hs
An external status bar client for xmonad. 

See screenshots:

    http://www.cse.unsw.edu.au/~dons/tmp/dons-dzen-status.png
    http://www.cse.unsw.edu.au/~dons/tmp/xmonad-dzen-tags.png
2007-06-05 13:21:08 +00:00