using emacs window-move binds
using MOD+Delete as cmd-pass
new binds for mutt and gomuks
mk all cleaning as default
terminal changed to st and snap pixel setup as 0
inital
some changes:
+ colors: gruvbox-dark-medium
+ bar font resize to 8px
+ workspaces renamed
+ mpv and nsxiv WM_CLASS added as float type
+ mfact switched 0.55 to 0.5
+ resizehints switched 1 to 0
+ layouts names changed
+ modkey changed to Mod4 (WIN key)
+ replaced dmenu with rofi
+ Mod+Shift+Delete spawn utlock
+ replaced st with urxvt
+ Mod+n spawn news
+ fn incmaster is bind to Mod+Shift+h/l (+ and -)
makefile: global rules removed, going only for local user
sync latest drw.{c,h} changes from dmenu
Makefile: add manual path for OpenBSD
Reported by fossy <fossy@dnmx.org>, thanks
manage: Make sure c->isfixed is applied before floating checks
Commit 8806b6e23793 ("manage: propertynotify: Reduce cost of unused size
hints") mistakenly removed an early size hints update that's needed to
populate c->isfixed for floating checks at manage() time. This resulted
in fixed (size hint min dimensions == max dimensions) subset of windows
not floating when they should.
See https://lists.suckless.org/dev/2204/34730.html for discussion.