Skip to content

Releases: paperwm/PaperWM

36.0

07 Mar 13:33
Compare
Choose a tag to compare

New features:

  • Gnome Shell 3.36 support
  • The active window highlight now has rounded borders.
  • Incremental resize (<Super>+/- for width, <Super><Shift>+/- for height).
  • Add option to keep the top bar on the primary monitor, this might become the default in the future when all kinks are ironed out.
  • Redesigned the workspace menu to fit with 3.36. Also removed the hide top bar switch as getting the top bar back was confusing.
  • The hide top bar switch is now found in the per workspace preferences in the gui.
  • Switching between fullscreen windows no longer moves the windows up and down in the y direction.
  • Maximized windows are no longer animated in the y direction.

Fixes:

  • install.sh will now correctly enable the extension for future sessions.
  • The top bar is now shown hidden correctly when using multiple monitors.
  • The top bar is now in its correct state after eg. lock/unlock
  • Fixed the position of the background label on start.
  • Workspace backgrounds is now properly scaled when using mutter's 'scale-monitor-framebuffer` experimental-feature.
  • The clickable edges are now hidden when a maximized window is active.
  • The clickable edges will no longer appear while navigating workspaces.

34.3

31 Jan 17:29
Compare
Choose a tag to compare

New features:

  • Drag and drop: Dragging a window down will pull it out of the tiling, activating DnD mode. It can then be dropped into any tiling edge again. Or outside of of an edge to get it to float/scratch.
    For a simple visual demonstration: #225 (comment)
  • The install script will now activate PaperWM.

Changes in behaviour:

  • Scrolling on the upper left workspace button is now «correct»: scrolling down will take you to the previously used workspace etc.
  • Super+PageUp/Down no longer cycles: In other words holding down Super+PageUp will take you to the first workspace.

Various fixes:

  • Don't start with unreactive active workspace: 6cba1a2
  • Do not animate the topbar: #220
  • Wayland is now reactive to button presses when animating (b35d8c7): Ie. clicking on a window while animating will activate the window.
  • Make sure transient windows are placed on the active monitor: #226 (5adc6f1)
  • Reset the native move-to-monitor-* actions on disable: #223 (0f0f9c4)

Performance:

  • Reduce the overhead of having a rendering window (eg. a playing video) on a hidden workspace (ba059a0)

34.2

07 Jan 19:27
Compare
Choose a tag to compare
  • Fix a bug where unlock would crash paperwm when using several monitors.

34.1

07 Jan 15:45
Compare
Choose a tag to compare
  • dynamic workspaces: Keep a minimum number of workspaces (by default 4). This brings consistent workspace ordering for a select number of workspaces, with the added benefit of always having a fresh workspace. (use gsettings set org.gnome.desktop.wm.preferences num-workspaces n to configure the number of «static» workspaces).
  • Highlight: Do not protrude when maximized horizontally (#208)
  • window-gap: Increase default to 20px (from 10px), this makes room for

First release

15 Dec 16:27
Compare
Choose a tag to compare

Lets do some actual releases for stability :)