-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: zjeffer/bspwm
base: master
head repository: baskerville/bspwm
compare: master
- 15 commits
- 25 files changed
- 7 contributors
Commits on May 2, 2022
-
Refocus the focused window when receiving a FOCUS_IN event for root
Closes baskerville#1378 Fixes baskerville#1160
Configuration menu - View commit details
-
Copy full SHA for d8a6215 - Browse repository at this point
Copy the full SHA d8a6215View commit details
Commits on Nov 19, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 05ee5f9 - Browse repository at this point
Copy the full SHA 05ee5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1aaed5 - Browse repository at this point
Copy the full SHA d1aaed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679d56e - Browse repository at this point
Copy the full SHA 679d56eView commit details -
Closes baskerville#1408.
Configuration menu - View commit details
-
Copy full SHA for b20d3fb - Browse repository at this point
Copy the full SHA b20d3fbView commit details -
Allow escaping colons in rule tokenization
Fix baskerville#1071. Closes baskerville#1351. Closes baskerville#1330.
Configuration menu - View commit details
-
Copy full SHA for 7946476 - Browse repository at this point
Copy the full SHA 7946476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 527864d - Browse repository at this point
Copy the full SHA 527864dView commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fcfdbb0 - Browse repository at this point
Copy the full SHA fcfdbb0View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7848e7f - Browse repository at this point
Copy the full SHA 7848e7fView commit details -
Adjust ratios for both fences when resizing
Instead of adjusting ratios only for the horizontal fence. Closes baskerville#1432.
Configuration menu - View commit details
-
Copy full SHA for 4c74987 - Browse repository at this point
Copy the full SHA 4c74987View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbed617 - Browse repository at this point
Copy the full SHA cbed617View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b76f1 - Browse repository at this point
Copy the full SHA b2b76f1View commit details -
Turn
honor_size_hints
into a node settingNow 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.
Configuration menu - View commit details
-
Copy full SHA for c58c67a - Browse repository at this point
Copy the full SHA c58c67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc2269 - Browse repository at this point
Copy the full SHA 8fc2269View commit details
Commits on Aug 29, 2023
-
Account for border width in configure requests
When moving and/or resizing managed floating windows. Fixes baskerville#863. Closes baskerville#1456.
Configuration menu - View commit details
-
Copy full SHA for af3bd8b - Browse repository at this point
Copy the full SHA af3bd8bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master