Commit Graph
6 Commits
Author SHA1 Message Date
gryf 317af4fe06 Rename new_tab function to _new_tab 2022-02-14 17:02:29 +01:00
gryf 53f3b89e7c Fix renaming tabs with accented letters
Also remove some redundant code for setting defaults for resources.
2022-01-18 20:56:32 +01:00
gryf c6bda05ee6 Added on_add_lines event, just like in original tabbed. 2022-01-18 17:43:26 +01:00
gryf 8483c6a2ae Updated readme with more options for temporary 'installing'/testing. 2021-04-02 18:39:03 +02:00
gryf d39d1bf09b Respect user provided position passed with -geometry param.
Original code had a function for copying height related parameters from
WM_NORMAL_HINTS which was modified than by adding the height of tabs.
Rest of the hints was simply removed. Using geometry command line
parameter with urxvt and tabbedalt plugin results that provided window
position was ignored.

This patch is fixing that behaviour.
2021-04-02 18:20:31 +02:00
gryf 071587d0dc Remove trailing spaces 2021-04-02 18:20:01 +02:00