dwm/CHANGES

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-03-17 21:34:33 +01:00
This version of dwm differs from the original on suckless.org as follows:
2021-03-17 21:36:50 +01:00
- added config.h to make clean
2021-03-17 21:34:33 +01:00
(so be careful!)
- applied systray patch
- applied modified autostart patch
(scripts in ~/suckless/dwm/, added cleanup_autostart.sh)
2021-03-17 21:51:59 +01:00
- added a script for the status bar
2021-03-17 21:34:33 +01:00
- applied modified zoomswap patch
(added config option zoomswap = 1 for active, = 0 for old behaviour)
- applied swallow patch
- added option to dynamically deactivate swallowing
2021-03-17 21:34:33 +01:00
- applied modified centered master patch
(bound to Mod+c, no centered floating, changed stacking behaviour to always push onto left side)
- deleted Firefox from rules
- increased borderpx from 1 to 2
- set to ignore resize hints
2021-03-17 21:36:50 +01:00
- changed Mod key from Alt to Windows key
- replaced all key bindings containing Shiftmask with Controlmask
2021-03-17 21:34:33 +01:00
- added ControlMask to spawning via dmenu, so both terminal and dmenu spawn use same masking
- added key Mod+Ctrl+l to lock screen with slock
- added gutmet's dmenu_charinput to Mod+e to enter special unicode chars
2021-03-19 17:12:34 +01:00
- added pcmanfm to Mod+o and marked it as shell for window swallowing