dc4eaf3190
Merge branch 'stachelbeere1248/patched/bar' into stachelbeere1248/fullpatched
2025-02-17 22:48:52 +01:00
974aaa8d17
Merge branch 'stachelbeere1248/patched/keycodes' into stachelbeere1248/fullpatched
2025-02-17 21:31:44 +01:00
a35a5b9fe8
Merge branch 'stachelbeere1248/patched/btrtile' into stachelbeere1248/fullpatched
2025-02-17 21:22:22 +01:00
4e6005cdeb
Merge branch 'stachelbeere1248/patched/unclutter' into stachelbeere1248/fullpatched
2025-02-17 21:14:55 +01:00
711b5bfb6d
Merge branch 'stachelbeere1248/patched/swallow' into stachelbeere1248/fullpatched
2025-02-17 21:13:05 +01:00
82415b33ac
Merge branch 'stachelbeere1248/patched/skipfocus' into stachelbeere1248/fullpatched
2025-02-17 21:09:17 +01:00
014845f0f9
Merge branch 'stachelbeere1248/patched/autostart' into stachelbeere1248/fullpatched
2025-02-17 21:08:57 +01:00
1e2a36dda0
Merge branch 'stachelbeere1248/patched/cursortheme' into stachelbeere1248/fullpatched
2025-02-17 21:08:26 +01:00
e1a7477f5e
Merge branch 'stachelbeere1248/patched/regions' into stachelbeere1248/fullpatched
2025-02-17 21:08:15 +01:00
27da3bbbf4
Merge branch 'stachelbeere1248/patched/minimalborders' into stachelbeere1248/fullpatched
2025-02-17 21:07:35 +01:00
Guido Cella
a92b86244e
hide the mouse cursor if it isn’t being used
2025-02-17 19:49:54 +01:00
sewn
a559b2f6fe
pass window regions to given program as stdin
2025-02-17 19:46:46 +01:00
wochap
e9c7f38727
implement cursortheme
2025-02-17 19:44:43 +01:00
choc
db7e86e1de
implement swallow
2025-02-17 19:42:37 +01:00
d904922b52
apply 'skipfocus'
2025-02-17 19:41:06 +01:00
wochap
feeb503e96
implement minimalborders
2025-02-17 19:25:00 +01:00
Leonardo Hernández Hernández
9ada320386
allow use keycodes instead keysyms
...
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2025-02-17 19:21:53 +01:00
choc
47e80dfb6d
implement dwl-ipc-unstable-v2 https://codeberg.org/dwl/dwl-patches/wiki/ipc
2025-02-17 18:56:55 +01:00
julmajustus
758d89c031
btrtile with multi-tag support
2025-02-17 18:44:31 +01:00
Leonardo Hernández Hernández
2d8b6088e0
port autostart patch from dwm
...
https://dwm.suckless.org/patches/cool_autostart/
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2025-02-17 18:39:00 +01:00
sewn
82b0172b98
Implement dwm bar clone
2025-02-17 18:35:22 +01:00
Leonardo Hernández Hernández
2b4893a0ad
add a note about having at least a dummy rule for rules[]
...
Closes: https://codeberg.org/dwl/dwl/issues/656
2024-06-29 20:41:54 -06:00
Leonardo Hernández Hernández
4a7d1bebf5
add bugref for negative x,y monitor position and xwayland
2024-06-22 00:21:17 -06:00
A Frederick Christensen
bca077b927
Allow negative coordinates in MonitorRules
...
Monitor/output position (-1, -1) remains as a single indicator value for autoconfigure layout.
Additionally, one minor comment typo is corrected.
2024-06-02 18:54:11 -05:00
A Frederick Christensen
34b7a57211
Update wmenu-run name
2024-05-05 13:52:25 -05:00
sewn
5c19e23146
switch to wmenu
...
bemenu is very bloated, turning itself into a library, which makes it
7489 SLOC.
wmenu on the other hand, looks suckless by default, and is only 2000
SLOC, which i also find alot nicer to use, since bemenu does nothing
to replicate the original dmenu feel.
2024-05-05 18:40:23 +00:00
A Frederick Christensen
3a95d4ed03
Fix rule examples; minimize newbie surprises
...
Make example rules be actual EXAMPLES.
Now newcomers should not have to ask, "When I start firefox, nothing
happens. What is going on?"
Also clarified a minor typo and a consistency in spacing.
2024-03-26 20:00:46 -05:00
Leonardo Hernández Hernández
a1f3e25c35
turn on -Wfloat-conversion
2024-01-15 02:09:18 +00:00
Dima Krasner
9a84789ff1
restore and respect rootcolor
2023-12-11 00:30:17 -06:00
Leonardo Hernández Hernández
7341d047da
add a note about not removing the default rule
...
Closes: https://codeberg.org/dwl/dwl/issues/527
2023-12-07 14:20:49 -06:00
Leonardo Hernández Hernández
d6fabe3a15
add a comment about chvt keybindings
...
Closes: https://github.com/djpohly/dwl/issues/427
2023-11-01 12:44:16 -06:00
Leonardo Hernández Hernández
6d9a915fb6
Revert "just add define"
...
I'm going to make some changes in the config file anyway
This reverts commit e5367753bb
.
2023-10-09 11:12:24 -06:00
Leonardo Hernández Hernández
935b852dc5
add [-d] flag to enable debug logging
2023-10-09 11:11:33 -06:00
Leonardo Hernández Hernández
72a7d78a1a
make the borders red borders for urgent clients
...
iirc this is the same behavior of dwm
2023-10-09 11:04:03 -06:00
Leonardo Hernández Hernández
d63f4078c5
use the same border colors as dwm
2023-10-09 11:03:06 -06:00
Leonardo Hernández Hernández
f4031590cd
add missing url about the COLOR macro
2023-10-05 22:06:30 -06:00
Leonardo Hernández Hernández
0ab1ed6530
add macro to configure colors
...
Closes: https://github.com/djpohly/dwl/issues/466
2023-10-05 22:03:59 -06:00
Ben Collerson
e5367753bb
just add define
2023-08-22 22:20:39 -06:00
Ben Collerson
9be85c1117
tagcount should have been a #define
2023-08-22 22:20:39 -06:00
A Frederick Christensen
5215712cab
Stray whitespace fixes
2023-06-07 17:47:36 -06:00
Ben Collerson
9d68554c59
remove tag labels from dwl
...
Tag labels are not used in dwl. Only the number of tags is important.
Tag labels should be defined for each tag in whatever status bar is
used.
2023-04-08 11:27:49 -06:00
Palanix
21930621ee
Remove rootcolor
2023-03-13 09:40:40 -06:00
gan-of-culture
e4921fad28
add missing comma in "MonitorRule"
...
add a missing comma for the example
2023-02-25 15:59:23 -06:00
Leonardo Hernández Hernández
23ede80f74
allow configure x and y of outputs
2023-02-13 13:14:29 -06:00
Leonardo Hernández Hernández
b6d6127733
add option for set button map
2022-12-05 22:22:49 -06:00
Leonardo Hernández Hernández
10c56d6348
add option to allow invisible surfaces to disable idle tracking
2022-11-30 18:51:35 -06:00
Leonardo Hernández Hernández
087373698a
Revert "Add a configuration option for fullscreen locking"
...
now all fullcreen clients are rendered above tiled and floating clients
This partially reverts commit 326eee1444
.
2022-11-21 20:50:39 -06:00
Leonardo Hernández Hernández
b59c7f6a2e
config.def.h: fix comment
...
Fixes: https://github.com/djpohly/dwl/issues/333
2022-11-10 23:14:03 -06:00
Leonardo Hernández Hernández
7710cf050d
change the default term to foot
...
it is closer to the suckless philosophy (foot implements things that the suckless
guys would say that should be done by tmux or something else, but I have no
desire to create a new terminal emulator, and the best fit is foot)
also alacritty uses +100Mb of memory, more that dwl itself (~90Mb)
and foot only ~20Mb
2022-09-18 15:37:16 -05:00
Leonardo Hernández Hernández
8cdb997126
conform the xdg-protocol with fullscreen translucent clients
...
see `setfullscreen()` for more info
2022-07-23 02:17:00 -05:00