TAAPArthur
TAAPArthur
Switch to workspace & focus window on EWMH _NET_ACTIVE_WINDOW. Calling `xcb_ewmh_request_change_active_window(ewmh, 0, winToActivated, 1, 0, currentWin);` from a client will cause winToActivated to become the active window Added option to...
Replace the use of grep to determine the unique dependencies with sort/comm. While testing this discovered that a bug when generating the list of conflicts. If we had a list...
Notifications can now have an id and if a notification is already being displayed with that id, instead of creating a new notification, the message displayed will be updated. The...
Instead of making a separate call to set window masks, set them during creation. Also replaced the erroneous ButtonPress with ButtonPressMask. The former is meant as a event type while...
Moved the code to parse lines into its own method to make it easier to reuse for patches and less likely to cause conflicts. Also imports were sorted.
Added option to use primary monitor instead root screen to determine where to place notifications. This adds an Xrandr dependency. Closes: #20 ### Download https://patch-diff.githubusercontent.com/raw/dudik/herbe/pull/21.diff
When the window is mapped, some ICCCM WM_HINTS are set. The input field is set to true and state is set to NormalState. To quote the spec, "The input field...
A new option has been added to override the filename in mp_get_playback_resume_config_filename. This option was made for the case where the video path or url changes or just isn't unique...