Skip to content

Conversation

@Flexlolo
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Other: Replace this with a description of the type of this PR

Description

New config option 'occupied-scroll' for bspwm module that allows scrolling only occupied desktops.

Related Issues & Documents

Closes #2427

Documentation (check all applicable)

  • This PR requires changes to the Wiki documentation (describe the changes)
  • This PR requires changes to the documentation inside the git repo (please add them to the PR).
  • Does not require documentation changes

Update bspwm module wiki page

Copy link
Member

@patrick96 patrick96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

Code looks solid. Just one small change, the default value of the setting should be false so that we don't change the behavior of existing configs.

@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #2428 (13c656f) into master (10bbec4) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2428      +/-   ##
=========================================
- Coverage    9.83%   9.83%   -0.01%     
=========================================
  Files         147     147              
  Lines       10492   10495       +3     
=========================================
  Hits         1032    1032              
- Misses       9460    9463       +3     
Flag Coverage Δ
unittests 9.83% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/modules/bspwm.cpp 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 10bbec4...13c656f. Read the comment docs.

Copy link
Member

@patrick96 patrick96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks 🚀

@patrick96 patrick96 merged commit 735a08b into polybar:master May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[module/bspwm] Option to scroll through occupied desktops only.

2 participants