21930621ee
Remove rootcolor
2023-03-13 09:40:40 -06:00
e4921fad28
add missing comma in "MonitorRule"
...
add a missing comma for the example
2023-02-25 15:59:23 -06:00
23ede80f74
allow configure x and y of outputs
2023-02-13 13:14:29 -06:00
b6d6127733
add option for set button map
2022-12-05 22:22:49 -06:00
10c56d6348
add option to allow invisible surfaces to disable idle tracking
2022-11-30 18:51:35 -06:00
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
b59c7f6a2e
config.def.h: fix comment
...
Fixes: https://github.com/djpohly/dwl/issues/333
2022-11-10 23:14:03 -06:00
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
8cdb997126
conform the xdg-protocol with fullscreen translucent clients
...
see `setfullscreen()` for more info
2022-07-23 02:17:00 -05:00
3a77f02919
Merge pull request #247 from Humm42/xkboptions
...
initialize xkb_rules.options to a null pointer
2022-06-14 15:42:47 -05:00
583f471cfe
add some blank lines
2022-06-10 12:32:22 -05:00
8bce3b1583
add click method configuration option
...
Add the libinput configuration option to choose between Software Button Areas and Clickfinger
2022-06-10 12:27:40 -05:00
70da04a714
initialize xkb_rules.options to a null pointer
...
Initializing it to an empty string had broken configuring xkbcommon
through the environment (XKB_DEFAULT_OPTIONS).
Fixes: ae31391115 ("initialize rules and xkb_rules")
2022-06-03 01:23:35 +02:00
ecbc2c61db
Add configuration options for touchpads
2022-05-23 00:01:47 +02:00
437aea8662
It's past my bedtime.
2022-04-03 00:14:08 -05:00
6901743b0c
Remove removed fields from struct instances
2022-04-03 00:13:11 -05:00
720f56161e
Remove vestigial monitor configuration info
...
The x/y fields in monitor rules are unused and were meant to be deleted.
Also removes the outdated comment in config.h.
2022-04-03 00:01:52 -05:00
ae31391115
initialize rules and xkb_rules
...
to fix compile errors with `-pedantic`
2022-03-31 09:34:22 -06:00
4ef8999624
add note about how to change MODKEY for windows key
2022-03-23 14:03:43 -06:00
326eee1444
Add a configuration option for fullscreen locking
...
Some people are annoyed to have this new behaviour forced for some
application which use fake fullscreen.
2022-03-22 23:51:56 -06:00
f673305e86
replace tabs by spaces in alignment
2022-03-10 14:08:57 -06:00
ac896a7df4
Shift+6 generates XKB_KEY_asciicircum
2022-02-01 18:58:32 -06:00
15f5d31f98
correct key constant name
...
Fixes #94 .
2021-03-03 11:29:53 -06:00
02eed717ca
add explanatory command about Ctrl-Alt-Bksp/Fx
2021-03-01 11:22:08 -06:00
2d71c9b9ff
Add default menu command
...
dwm config parity
2021-03-01 11:21:15 -06:00
87b16e6095
Defaults should match dwm/Xorg default behavior
2021-03-01 11:17:10 -06:00
e8ca8a8ac7
use output layout for dirtomon
...
No need to track our own order; wlroots has a reasonable default for us
already.
2021-01-06 17:19:44 -05:00
fa782896f8
Define monitor's x,y at compile time
...
Replaces the outputOrder patch.
This avoids recalculating positions and allows to arrange monitors in
any order, not just from left to right.
The order in which monitors are defined in config.h still matters but
it's just the order in the list, not the actual position.
2020-12-30 17:07:48 +01:00
5ba09b56f3
missed a few of these
2020-12-24 22:36:49 -05:00
206427537a
Merge updates from guidocella
...
Thanks so much for helping to keep the project running while life was
crazy!
2020-12-24 21:56:41 -05:00
c5087d413f
Merge pull request #53 from Stivvo/fullscreen
...
Fullscreen support
2020-12-24 21:35:57 -05:00
bcf9d8fb9a
disable natural scrolling by default
...
This inverts the scroll even on regular mice.
2020-12-21 13:06:06 +01:00
33e8a3f1f3
update comments and remove debugging printf
2020-12-21 11:22:04 +01:00
5668c61616
Define monitor order with monrules[]
...
The order in which monitors are defined in monrules[] actually matters.
Monotors that aren't configured in monrules[], it will always be the
leftmost.
2020-12-21 11:12:44 +01:00
6b47e2bb62
use bool
...
Because it's 2020. Passing integers to wlroots variables and functions
with bool in their signature is silly.
2020-12-20 14:57:39 +01:00
feeacc88c4
tweak trackpad variables
...
Add static const and move them below in order to group the keyboard
options.
2020-12-19 18:39:30 +01:00
aa679c4f29
Added support for natural scrolling
2020-12-19 18:37:10 +01:00
4f1e557d3d
Added basic tap-to-click for touchpad users
2020-12-19 18:37:10 +01:00
c89de53de3
remove togglefullscreen keybinding
...
Distribute it as a patch like in dwm since graphical applications
usually provide their own keybinding; I guess it's only for terminals.
Note that even though these commits don't let you open multiple windows
in fullscreen and cycle between them like in dwm, with just
fullscreennotify spawning new windows or changing tag would still exit
fullscreen automatically, but you would have to toggle fullscreen twice
when switching back to the fullscreen window to enter fullscreen again,
so this is better since it avoids that.
2020-12-19 18:23:23 +01:00
f125e1b9a4
Toggle fullscreen on all clients
...
mod+e allows to toggle fullscreen any client, even those who don't
support it themselves
2020-12-19 18:06:11 +01:00
7ad14a9660
Added support for natural scrolling
2020-10-17 16:18:44 +02:00
598516d808
Added basic tap-to-click for touchpad users
2020-10-17 13:52:53 +02:00
621d4c9173
Toggle fullscreen on all clients
...
mod+e allows to toggle fullscreen any client, even those who don't
support it themselves
2020-09-05 11:22:24 +02:00
0816b33d33
add comment from dwm
2020-08-16 01:02:01 -05:00
ce312b7eac
Merge branch 'shcmd' of https://github.com/guidocella/dwl into master
2020-08-16 01:01:35 -05:00
f7fae6447b
make rule examples a comment
2020-08-14 10:20:18 -05:00
82b2a948b6
Fix Firefox class
2020-08-14 10:06:04 +02:00
ffe00e6139
Define SHCMD macro
2020-08-04 06:03:44 +02:00
541ecea796
fix killclient binding, add helpful comment
2020-08-03 12:54:20 -05:00
5a2d87fa6c
add monocle layout
2020-08-03 12:44:47 -05:00