Skip to content

Commit 05dc74c

Browse files
authored
Merge pull request #152 from mzur/gnome-40
gnome 40 support
2 parents 1f32958 + 3024433 commit 05dc74c

30 files changed

+2343
-2181
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[*]
22
indent_style = space
3-
indent_size = 3
3+
indent_size = 4

.gitignore

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
11
*.zip
22
*.sublime-*
3-
*.idea
3+
### VisualStudioCode template
4+
.vscode/*
5+
!.vscode/settings.json
6+
!.vscode/tasks.json
7+
!.vscode/launch.json
8+
!.vscode/extensions.json
9+
*.code-workspace
10+
11+
# Local History for Visual Studio Code
12+
.history/
13+
14+
### JetBrains template
15+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
16+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
17+
18+
# User-specific stuff
19+
.idea/**/workspace.xml
20+
.idea/**/tasks.xml
21+
.idea/**/usage.statistics.xml
22+
.idea/**/dictionaries
23+
.idea/**/shelf
24+
25+
# Generated files
26+
.idea/**/contentModel.xml
27+
28+
# Sensitive or high-churn files
29+
.idea/**/dataSources/
30+
.idea/**/dataSources.ids
31+
.idea/**/dataSources.local.xml
32+
.idea/**/sqlDataSources.xml
33+
.idea/**/dynamic.xml
34+
.idea/**/uiDesigner.xml
35+
.idea/**/dbnavigator.xml
36+
37+
# Gradle
38+
.idea/**/gradle.xml
39+
.idea/**/libraries
40+
41+
# Gradle and Maven with auto-import
42+
# When using Gradle or Maven with auto-import, you should exclude module files,
43+
# since they will be recreated, and may cause churn. Uncomment if using
44+
# auto-import.
45+
# .idea/artifacts
46+
# .idea/compiler.xml
47+
# .idea/jarRepositories.xml
48+
# .idea/modules.xml
49+
# .idea/*.iml
50+
# .idea/modules
51+
# *.iml
52+
# *.ipr
53+
54+
# CMake
55+
cmake-build-*/
56+
57+
# Mongo Explorer plugin
58+
.idea/**/mongoSettings.xml
59+
60+
# File-based project format
61+
*.iws
62+
63+
# IntelliJ
64+
out/
65+
66+
# mpeltonen/sbt-idea plugin
67+
.idea_modules/
68+
69+
# JIRA plugin
70+
atlassian-ide-plugin.xml
71+
72+
# Cursive Clojure plugin
73+
.idea/replstate.xml
74+
75+
# Crashlytics plugin (for Android Studio and IntelliJ)
76+
com_crashlytics_export_strings.xml
77+
crashlytics.properties
78+
crashlytics-build.properties
79+
fabric.properties
80+
81+
# Editor-based Rest Client
82+
.idea/httpRequests
83+
84+
# Android studio 3.1+ serialized cache file
85+
.idea/caches/build_file_checksums.ser

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is a clone of the [Workspace Grid](https://github.com/zakkak/workspace-grid
1717
- Workspace thumbnails with live previews of the workspaces (optional).
1818
- Configurable scale of the workspace thumbnails.
1919
- Configurable timeout of the workspace switcher popup.
20-
- Two wraparound modes for navigating workspaces (optional).
20+
- Three wraparound modes for navigating workspaces (optional).
2121
- Workspace labels in the workspace switcher popup (optional).
2222
- Workspace overview on <kbd>Super</kbd>+<kbd>W</kbd>.
2323
- Workspace switcher popup on all monitors (optional).

[email protected]/BaseWorkspaceSwitcherPopup.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

[email protected]/DisplayWrapper.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

[email protected]/IndicatorWsmatrixPopup.js

Lines changed: 0 additions & 125 deletions
This file was deleted.

[email protected]/OverviewOverride.js

Lines changed: 0 additions & 89 deletions
This file was deleted.

[email protected]/Settings.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)