mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Merge branch 'master' into bar-bindsym
This commit is contained in:
commit
cd6917d4a8
13 changed files with 63 additions and 37 deletions
|
|
@ -62,7 +62,7 @@ int main(int argc, char **argv) {
|
|||
bar_id = strdup(optarg);
|
||||
break;
|
||||
case 'v':
|
||||
fprintf(stdout, "sway version " SWAY_VERSION "\n");
|
||||
fprintf(stdout, "swaybar version " SWAY_VERSION "\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
case 'd': // Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue