Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zjeffer/bspwm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: baskerville/bspwm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 25 files changed
  • 7 contributors

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    d8a6215 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Always return 1 when execvp() fails

    bspwm uses execvp() to replace itself with a new instance in response to
    "wm -r", and exits with the return value of execvp() if it fails.
    
    execvp() only returns when it fails; and, when it returns, it always
    returns -1 which is not a valid exit code (it is treated as 255: &0xff).
    
    The return value of execvp() is not really meaningful; let's just exit
    with `1' if execvp() fails.
    
    Closes baskerville#1393.
    emanuele6 authored and baskerville committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    05ee5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1aaed5 View commit details
    Browse the repository at this point in the history
  3. Add --print-socket-path option

    virchau13 authored and baskerville committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    679d56e View commit details
    Browse the repository at this point in the history
  4. Update info for Debian

    abrahamparayil authored and baskerville committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b20d3fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7946476 View commit details
    Browse the repository at this point in the history
  6. Remove non-needed Zero initializer

    Connor-GH authored and baskerville committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    527864d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    fcfdbb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    7848e7f View commit details
    Browse the repository at this point in the history
  2. Adjust ratios for both fences when resizing

    Instead of adjusting ratios only for the horizontal fence.
    
    Closes baskerville#1432.
    emanuele6 authored and baskerville committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4c74987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbed617 View commit details
    Browse the repository at this point in the history
  4. Remove unwanted space after comma

    emanuele6 authored and baskerville committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b2b76f1 View commit details
    Browse the repository at this point in the history
  5. Turn honor_size_hints into a node setting

    Now honor_size_hints can be set to floating or tiled.
    When it is set to tiled, bspwm honours hints only for tiled windows,
    and when it is set to floating, bspwm honours hints only for floating,
    and pseudo tiled windows.
    
    Fixes baskerville#1447.
    Closes baskerville#1448.
    emanuele6 authored and baskerville committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c58c67a View commit details
    Browse the repository at this point in the history
  6. Update manual

    baskerville committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    8fc2269 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Account for border width in configure requests

    When moving and/or resizing managed floating windows.
    
    Fixes baskerville#863.
    Closes baskerville#1456.
    Babakinha authored and baskerville committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    af3bd8b View commit details
    Browse the repository at this point in the history
Loading