diff --git a/system/.config/autokey/autokey.json b/system/.config/autokey/autokey.json index 925f3fa..3e2458b 100644 --- a/system/.config/autokey/autokey.json +++ b/system/.config/autokey/autokey.json @@ -13,7 +13,7 @@ "undoUsingBackspace": true, "windowDefaultSize": [ 924, - 336 + 962 ], "hPanePosition": 233, "columnWidths": [ diff --git a/system/.config/autokey/autokey.json~ b/system/.config/autokey/autokey.json~ index 925f3fa..3e2458b 100644 --- a/system/.config/autokey/autokey.json~ +++ b/system/.config/autokey/autokey.json~ @@ -13,7 +13,7 @@ "undoUsingBackspace": true, "windowDefaultSize": [ 924, - 336 + 962 ], "hPanePosition": 233, "columnWidths": [ diff --git a/system/.config/autokey/data/Scripts/.current_date.json b/system/.config/autokey/data/Scripts/.current_date.json index ae07d14..8442c90 100644 --- a/system/.config/autokey/data/Scripts/.current_date.json +++ b/system/.config/autokey/data/Scripts/.current_date.json @@ -5,7 +5,7 @@ "modes": [ 1 ], - "usageCount": 19, + "usageCount": 23, "prompt": false, "omitTrigger": false, "showInTrayMenu": false, @@ -16,7 +16,7 @@ "backspace": true, "ignoreCase": false, "immediate": false, - "triggerInside": false, + "triggerInside": true, "wordChars": "[\\w]" }, "hotkey": { diff --git a/system/.config/autokey/data/Scripts/.email.json b/system/.config/autokey/data/Scripts/.email.json index 410c08e..b9c5f52 100644 --- a/system/.config/autokey/data/Scripts/.email.json +++ b/system/.config/autokey/data/Scripts/.email.json @@ -16,7 +16,7 @@ "backspace": true, "ignoreCase": false, "immediate": false, - "triggerInside": false, + "triggerInside": true, "wordChars": "[\\w]" }, "hotkey": { diff --git a/system/.config/i3/config.private b/system/.config/i3/config.private index 032ac7e..e0266b7 100644 --- a/system/.config/i3/config.private +++ b/system/.config/i3/config.private @@ -40,7 +40,7 @@ exec google-chrome-beta exec riot-desktop exec discord -exec Thunar -exec Thunar +exec nemo +exec nemo exec keepassxc exec notable diff --git a/system/.config/i3/config.work b/system/.config/i3/config.work index 7562b17..0067ee4 100644 --- a/system/.config/i3/config.work +++ b/system/.config/i3/config.work @@ -32,6 +32,6 @@ exec_always --no-startup-id wallpaper exec autokey-gtk exec google-chrome-beta -exec Thunar -exec Thunar +exec nemo +exec nemo exec keepassxc diff --git a/system/.local/bin/gw2 b/system/.local/bin/gw2 index 2e37681..7f384d5 100755 --- a/system/.local/bin/gw2 +++ b/system/.local/bin/gw2 @@ -12,6 +12,9 @@ # USAGE: # ./gw2 # Set custom wineprefix +echo "Use Guild Wars 2 installed by Lutris!" +exit 1 + export WINEPREFIX="${HOME}/Games/Guild_Wars_2/" # Set wine to 64-bit @@ -36,4 +39,4 @@ export STAGING_SHARED_MEMORY=1 export __GL_SHADER_DISK_CACHE_PATH="${WINEPREFIX}" # Run GW2 using some settings -wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" +wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -autologin -nopatchui