diff options
Diffstat (limited to 'src/resolution.c')
-rw-r--r-- | src/resolution.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolution.c b/src/resolution.c index 635bab6..ae2136f 100644 --- a/src/resolution.c +++ b/src/resolution.c @@ -9,7 +9,7 @@ const char *display_resolution() { if ( isexist == NULL || strlen(isexist) == 0 || - strncmp(isexist, "xrandr not found", strlen("xrandr not found")) + strncmp(isexist, "xrandr not found", strlen("xrandr not found")) == 0 ) return NULL; return run_command_s("xrandr --nograb --current | " |