Commit Graph

1069 Commits

Author SHA1 Message Date
cf72e880d5 Added Virtualbox host exception for Linux 2021-04-10 02:13:23 -05:00
0bcdb8c9b2 Merge pull request #471 from rbreaves/feature/KI-469-File-Managers-Followup
Feature/ki 469 file managers followup
2021-04-07 03:07:13 -05:00
e71fa554d3 KI-469 Aligned comments 2021-04-07 03:06:18 -05:00
2ff2b4c082 Tabs to spaces 2021-04-06 23:31:35 -08:00
2b83e34c3f Fix comment alignment (two more spaces if line is disabled) 2021-04-06 23:23:16 -08:00
9af4d29bbf Add PCManFM-Qt to PCManFM override, Fix typos, clarify Dolphin
Just doing some sweeping up and prettifying. Main thing is adding the PCManFM fork, PCManFM-Qt to the overrides block for PCManFM. Working on the Nautilus variant reminded me.
2021-04-06 21:59:59 -08:00
c3337b5682 Merge pull request #468 from rbreaves/feature/KI-463-File-Managers
Feature/ki 463 file managers
1.2-8
2021-04-06 22:36:12 -05:00
045598bcd5 Merge pull request #467 from RedBearAK/patch-17
Add LXTerminal (LXDE terminal emulator)
2021-04-06 21:51:47 -05:00
32806c956d Add LXTerminal (LXDE terminal emulator)
Tested working.
2021-04-06 18:38:47 -08:00
046c800295 Merge pull request #466 from OlegSmelov/intellij-keymap-line-recent
Fix go to line, recent files popup IntelliJ shortcuts
2021-04-06 18:57:14 -05:00
0cbbc94b2d Fix go to line, recent files popup IntelliJ shortcuts 2021-04-06 23:42:08 +03:00
4d9d073997 Zorin OS uses "nautilus" instead of "org.gnome.nautilus".
Zorin OS uses Nautilus as default file manager, but its WM_CLASS is shortened to "nautilus" instead of the original "org.gnome.nautilus". So we have to add that to the list (and also to the overrides for Nautilus).
2021-04-05 20:40:03 -08:00
f0412438b4 Finder mods for Linux file managers (v2021-04-05)
2021-04-05 updated version of Finder mods, supporting common Linux file managers: 

```
# 
# Caja File Browser (MATE file manager, fork of Nautilus)
# DDE File Manager (Deepin Linux file manager)
# Dolphin (KDE file manager)
# Nautilus (GNOME file manager, may be named "Files")
# Nemo (Cinnamon file manager, fork of Nautilus, may be named "Files")
# Pantheon Files (elementary OS file manager, may be named "Files")
# PCManFM (LXDE file manager)
# PCManFM-Qt (LXQt file manager)
# SpaceFM (Fork of PCManFM file manager)
# Thunar File Manager (Xfce file manager)
# 
```

This adds support for the Deepin Linux default file manager, and some rearranging/code clarification improvements on the previous iteration. Closing PR #450 in favor of this update.
2021-04-05 16:02:32 -08:00
44d8be7822 Update README.md 2021-04-05 14:23:35 -05:00
6bc73c1c23 Merge pull request #462 from RedBearAK/patch-16
Add deepin-terminal WM_CLASS to terminals
2021-04-05 09:43:46 -05:00
2d3dc5016d Add deepin-terminal WM_CLASS to terminals 2021-04-05 02:29:24 -08:00
5864765ed1 Updated readme with uninstall for new install method 2021-04-04 14:31:09 -05:00
022dedb1dd Merge pull request #458 from rbreaves/feature/manjaro-update
Feature/manjaro update
2021-04-03 21:29:35 -05:00
3e3c27cde3 Merge branch 'master' into feature/manjaro-update 2021-04-03 21:27:19 -05:00
93b7fe8d49 Update README.md 2021-04-03 17:59:15 -05:00
68c3d23bfe Merge branch 'feature/setup' 2021-04-03 17:41:26 -05:00
8fe1bc7772 Added quick Windows installer 2021-04-03 17:40:31 -05:00
d640ebfce7 Update README.md 2021-04-03 17:32:13 -05:00
1ae096daf5 Merge branch 'hotfix' 2021-04-03 03:36:57 -05:00
46354a971c Added git dependency install 2021-04-03 03:36:22 -05:00
af6f56d2dc Merge branch 'hotfix' 2021-04-03 02:26:02 -05:00
fbc630f1d5 Updated quick install to pull in release & build correctly 2021-04-03 02:25:30 -05:00
e1e9b08442 Update README.md 2021-04-03 01:15:00 -05:00
b0ba86623b Moved pillow dependency to install after pip3 is installed 2021-04-03 01:09:56 -05:00
a798b736b6 Merge pull request #456 from rbreaves/feature/setup
Quick setup script added for Linux
2021-04-03 00:58:25 -05:00
3dc68314f9 Quick setup script added for Linux 2021-04-03 00:56:42 -05:00
5c40258265 Ask user to verify if Manjaro is updated
Install will fail (GUI window will not appear) on Manjaro unless system is fully updated first. This patch asks users to verify that they've run "sudo pacman -Syu" before attempting install. 

Failure is possibly related to the GLIB error mentioned later in the install script. Not certain. But a full update always got Manjaro to finally show the GUI installer window.
2021-04-01 11:03:57 -08:00
1529d90918 Fixed breaking some system OS shortcuts w/ Cmd-Dot update on Linux 2021-04-01 01:01:44 -05:00
56493b4eec Merge pull request #441 from RedBearAK/patch-7
Reformat WM_CLASS lists as vertically stacked for easier reading/editing
2021-04-01 00:21:34 -05:00
974cd13fae Merge pull request #448 from rbreaves/feature/cmd-dot-sigint
Adds Cmd-Dot sigint to Terminals
2021-04-01 00:18:26 -05:00
d8ad4b874f Added Cmd-Dot for Windows 2021-04-01 00:17:02 -05:00
b532a9891d Updated remotes and terminals groupings for Linux. Adds Cmd-Dot sigint from #442 2021-03-31 23:43:14 -05:00
294ba3b89f Merge pull request #443 from RedBearAK/patch-9
Remove duplicate line for mapping Ctrl+V in terminals
2021-03-31 22:22:54 -05:00
c908b00a38 Update README.md 2021-03-30 22:33:41 -05:00
56f4f679e4 Update README.md 2021-03-30 21:17:23 -05:00
ba46c4ff97 Remove duplicate line for mapping Ctrl+V in terminals 2021-03-29 00:35:45 -08:00
980ae6a237 Mapping Cmd+Dot to Ctrl+C (terminals) and Escape (GUIs) 2021-03-29 00:32:39 -08:00
1a57dd9a5e Reformat python lists as vertically stacked for easier reading/editing 2021-03-28 19:31:37 -08:00
c9810838a1 Merge pull request #440 from mamercad/browser-prev-next-tab
Add shortcuts for browser prev and next tab switching
2021-03-28 20:57:49 -05:00
e60f7cffea Add shortcuts for browser prev and next tab switching 2021-03-28 21:46:45 -04:00
c8b169b6a0 Update README.md 2021-03-21 00:34:29 -05:00
81c0c52902 Merge pull request #428 from RedBearAK/patch-4
Fix typo
2021-03-18 02:22:59 -07:00
4d697d9cdc Fix typo
Fixed typo in output, line 65
2021-03-17 19:38:57 -08:00
307c9bc2d1 Update README.md 2021-03-16 21:58:00 -05:00
7436825c93 Update README.md 2021-03-16 21:57:31 -05:00