mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Bump copyright date.
This commit is contained in:
parent
6b3dc4a8af
commit
eff3b86c94
44 changed files with 106 additions and 106 deletions
2
COPYING
2
COPYING
|
@ -1,5 +1,5 @@
|
|||
MIT/X11 License
|
||||
Modified 2013-2020 Qball Cow <qball@gmpclient.org>
|
||||
Modified 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
Copyright (c) 2012 Sean Pringle <sean.pringle@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2017 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
@ -26,11 +26,11 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include "rofi-types.h"
|
||||
#include "settings.h"
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Settings config = {
|
||||
/** List of enabled modi. */
|
||||
|
@ -114,7 +114,8 @@ Settings config = {
|
|||
/** Desktop entry show actions */
|
||||
.drun_show_actions = FALSE,
|
||||
/** Desktop format display */
|
||||
.drun_display_format = "{name} [<span weight='light' size='small'><i>({generic})</i></span>]",
|
||||
.drun_display_format =
|
||||
"{name} [<span weight='light' size='small'><i>({generic})</i></span>]",
|
||||
/** Desktop Link launch command */
|
||||
.drun_url_launcher = "xdg-open",
|
||||
|
||||
|
@ -152,5 +153,4 @@ Settings config = {
|
|||
/** steal focus */
|
||||
.steal_focus = FALSE,
|
||||
/** fallback icon */
|
||||
.application_fallback_icon = NULL
|
||||
};
|
||||
.application_fallback_icon = NULL};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* rofi
|
||||
*
|
||||
* MIT/X11 License
|
||||
* Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
|
||||
* Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
Loading…
Reference in a new issue