Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: Add option to use primary monitor instead of root screen dimensions #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TAAPArthur
Copy link

@TAAPArthur TAAPArthur commented Nov 16, 2020

Added option to use primary monitor instead root screen to determine
where to place notifications. This adds an Xrandr dependency.
Closes: #20

Download

https://patch-diff.githubusercontent.com/raw/dudik/herbe/pull/21.diff

@TAAPArthur TAAPArthur changed the title Patch: Add option to use primary monitor instead of root screen dimensions patch: Add option to use primary monitor instead of root screen dimensions Nov 16, 2020
@dudik dudik added the patch This pull request is a patch label Nov 16, 2020
Added option to use primary monitor instead root screen to determine
where to place notifications. This adds an Xrandr dependency.
Closes: 20
@dudik dudik mentioned this pull request Feb 1, 2022
owm111 pushed a commit to owm111/herbe that referenced this pull request Jun 18, 2022
screen dimensions, with Xresources support

Modified from dudik#21 such that it
applies on top of dudik#11 and
use_primary_montior can be taken from xrdb
@Kevinizevbigie
Copy link

for people who want to use this... this:

static const int use_primary_monitor = 0;

should be this:

static const int use_primary_monitor = 1;

This will switch "primary monitor mode" on. Thanks for the patch @TAAPArthur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch This pull request is a patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Monitor
3 participants