Up to [cvs.NetBSD.org] / pkgsrc / wm / sdorfehs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 28 12:46:30 2023 UTC (10 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
wm/sdorfehs: update to 1.5 - actions: cmd_vmove: allow spec by target name, not just number - actions: new commands vnext/vother/vprev to let use like groups - actions: command: differentiate otherwise identical error prints - main: make stdin dup'd from /dev/null rather than X invocation tty (#45) - window: when adding to windowlist, use current vscreen if 'winaddcurvãà - actions: restore old way 'windows' did bar toggle when msgwait 0 - window: if msgwait 0 persist and update bar lists on vselect - get_child_info: use XResQueryClientIds() if _NET_WM_PID not found - communications: support arbitrary response sizes, not just 1k - communications: add WARNX_DEBUG macro for cli client stderr prints - actions: cmd_execw: new exec command waits for forked proc to exit (#49) - actions: cmd_execv: new exec command starts in specific vscreen (#51) - events: client_msg: support apps that raise via _NET_ACTIVE_WINDOW - events: map_request: EWMH window raise can use existing rudeness hand - rudeness: add a bit to allow off-vscreen window raise, default off - actions: cmd_fselect: remove duplicate code - actions: use bar_border_width for interactive read_frame - split: constrain find_frame_number and find_last_frame to a vscreen
Revision 1.6 / (download) - annotate - [select for diffs], Tue May 17 18:34:48 2022 UTC (18 months, 3 weeks ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
wm/sdorfehs: update to 1.4 -frame: Assign vscreen properly from frestore.
Revision 1.5 / (download) - annotate - [select for diffs], Sun May 1 06:47:03 2022 UTC (19 months, 1 week ago) by pin
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
wm/sdorfehs: update to 1.3 -screen: Update _NET_NUMBER_OF_DESKTOPS when changing vscreens setting -bar: Fix text chunk x coordinate calculation -vscreen: Add switchvscreen hook -util: Mark fatal() __dead -screen: Init font earlier, vscreens later -frames: Store vscreen in rp_frame, get rid of frames_vscreen() -window: Rename vscr in rp_window to vscreen -xrandr: Make it clear why this variable is being touched -util: Provide __dead if it's not defined -screen: Use screen_primary() to find the bar, not xrandr_is_primary() -screen_update_frames: Adjust edge frame width/height after moving -bar: After disabling barsticky, force an alarm reset -actions: Rename some functions that are not like the rest -receive_command: Warn on short write -command: Return early to remove an indent level -screen_update_frames: Only force bar redraw if bar_sticky
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 17 11:22:06 2021 UTC (2 years ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
wm/sdorfehs: update to 1.2 -vscreen: Update _NET_CURRENT_DESKTOP atom when changing vscreens -Move vscreen initialization further down init_screen because we need the root window set.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 26 11:25:18 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
wm: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 7 15:05:10 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
wm: Remove SHA1 hashes for distfiles
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 28 22:18:57 2021 UTC (2 years, 10 months ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
wm/sdorfehs: import package sdorfehs is a tiling window manager descended from ratpoison, which itself is modeled after GNU Screen. sdorfehs divides the screen into one or more frames, each only displaying one window at a time but can cycle through all available windows (those which are not being shown in another frame). Like Screen, sdorfehs primarily uses prefixed/modal key bindings for most actions. sdorfehs's command mode is entered with a configurable keystroke (Ctrl+a by default) which then allows a number of bindings accessible with just a single keystroke or any other combination. Special thanks to David H. Gutteridge for the patch and explanations.