diff --git a/.gitignore b/.gitignore
index 3b211fa3e..29d652fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,10 @@
*.so
*.patch
!scc/*tester*
-*test*
+test*.py
build/
.atomignore
commit*
profiles
+.idea/
+out.svg
diff --git a/README.md b/README.md
index 0f883495d..a660dd4e9 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Based on [Standalone Steam Controller Driver](https://github.com/ynsta/steamcont
##### Packages
- Ubuntu (deb-based distros): in [OpenSUSE Build Service](http://software.opensuse.org/download.html?project=home%3Akozec&package=sc-controller).
- Fedora, SUSE (rpm-based distros): in [OpenSUSE Build Service](http://software.opensuse.org/download.html?project=home%3Akozec&package=sc-controller).
+- Arch, Manjaro: in [AUR](https://aur.archlinux.org/packages/sc-controller-git/)
- Solus: search for `sc-controller` in Software Center
- Exherbo: in [hardware](https://git.exherbo.org/summer/packages/input/sc-controller)
- Voidlinux: [template available](https://github.com/Vintodrimmer/void-packages/blob/sc-controller-branch/srcpkgs/sc-controller/template)
diff --git a/default_menus/.games.menu b/default_menus/.games.menu
index 0e488f719..7f6b91b4a 100644
--- a/default_menus/.games.menu
+++ b/default_menus/.games.menu
@@ -1,3 +1,6 @@
[{
+ "separator": true,
+ "name": "Games"
+}, {
"generator" : "games"
}]
diff --git a/default_menus/.windowlist.menu b/default_menus/.windowlist.menu
index 2467afa53..6439d92b7 100644
--- a/default_menus/.windowlist.menu
+++ b/default_menus/.windowlist.menu
@@ -1,3 +1,6 @@
[{
+ "separator": true,
+ "name": "Switch to"
+}, {
"generator" : "windowlist"
}]
diff --git a/default_menus/Profiles.menu b/default_menus/Profiles.menu
index 6fba7a8c1..59f8d725e 100644
--- a/default_menus/Profiles.menu
+++ b/default_menus/Profiles.menu
@@ -1,3 +1,6 @@
[{
+ "separator": true,
+ "name": "All profiles"
+}, {
"generator" : "profiles"
}]
diff --git a/glade/app.glade b/glade/app.glade
index db6a2dd82..0c12c8320 100644
--- a/glade/app.glade
+++ b/glade/app.glade
@@ -246,15 +246,6 @@
-
-
-
-