Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Fmstrat/wintile into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmstrat committed Jun 5, 2023
2 parents 067c887 + 762cb57 commit 2d32813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let gschema;
let settings;


// View logs with `journalctl -qf |grep WinTile`
// View logs with `journalctl -qf |grep -i -e Wintile -e 'js error' `
/**
* @param {string} message - the actual log to be logged
*/
Expand Down
2 changes: 1 addition & 1 deletion schemas/org.gnome.shell.extensions.wintile.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<schemalist>
<schema id="org.gnome.shell.extensions.wintile" path="/org/gnome/shell/extensions/wintile/">
<key name="cols" type="i">
<default>3</default>
<default>2</default>
<summary>Number of columns</summary>
<description></description>
<range min="2" max="4"/>
Expand Down

0 comments on commit 2d32813

Please sign in to comment.