Skip to content

Commit

Permalink
🔧 update glazewm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Apr 30, 2024
1 parent 54dce3e commit dd73d37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions docs/shortcuts_and_apps_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ shortcuts: You can read more about the shortcuts [here](https://github.com/glaze
- reload the config: `alt + shift + r`:
- Maximize & un-maximize : `alt + f`
- hide: `alt+m` (use `alt+f` to make it appear again)
- switch between multiple full screen apps in the same workspace : `alt + tab`
- switch between multiple full-screen apps in the same workspace : `alt + tab`

## 1.4. PowerToys (windows only)
- Download [Windows store](https://apps.microsoft.com/detail/XP89DCGQ3K6VLD?hl). [Docs](https://learn.microsoft.com/en-us/windows/powertoys/run#features)
- Or use my windows script to install it via the terminal. [Link](windows_workflow/README_windows.md#2-software)
- Or use my Windows script to install it via the terminal. [Link](windows_workflow/README_windows.md#2-software)
- I use it mainly for: Search (alt + space) for applications folders or files & Killing a process instead of using task manager.
- You can also access files and folders from the search bar with alt + space then paste the path
- Open a selected application as administrator: Ctrl+Shift+Enter (only applicable to applications)
Expand All @@ -59,8 +59,12 @@ shortcuts: You can read more about the shortcuts [here](https://github.com/glaze

## 1.6. Sublime Text 4 (All platforms)
- Install the package control: https://packagecontrol.io/installation
- (Windows) Copy and paste the [Package Control.sublime-settings](windows_workflow/Package%20Control.sublime-settings) and [Preferences.sublime-settings](windows_workflow/Preferences.sublime-settings) in : `%UserProfile%\AppData\Roaming\Sublime Text\Packages\User`

- (Windows) Copy and paste the [Package Control.sublime-settings](windows_workflow/Package%20Control.sublime-settings) and [Preferences.sublime-settings](windows_workflow/Preferences.sublime-settings) in : `%UserProfile%\AppData\Roaming\Sublime Text\Packages\User`
- You may need to restart sublime text to see the changes.
- If the editor color is not changed, you can change the theme in the settings :
- (preferences -> select color scheme-> select one dark)
- (preferences -> select theme -> select one dark)
-
## 1.7. Obsidian (All platforms)
- Install the community plugins: TBD
- Install the community themes: TBD
Expand Down
6 changes: 3 additions & 3 deletions docs/windows_workflow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ general:
focus_follows_cursor: false

# Whether to jump the cursor between windows focused by the WM.
cursor_follow_focus: false
cursor_follows_focus: false

# Whether to switch back and forth between the previously focused workspace
# when focusing the current workspace.
Expand Down Expand Up @@ -152,7 +152,7 @@ window_rules:
match_class_name: "#32770|Taskmgr"

# Command to run. Use `commands` to specify an array of commands to run in sequence.
# To find an app : open it then go to task manager and show its process name. The process name is case sensitive
# To find an app: open it, then go to task manager and show its process name. The process name is case sensitive
# 1 browser
- command: "move to workspace 1"
match_process_name: "msedge|brave|chrome"
Expand All @@ -164,7 +164,7 @@ window_rules:
- command: "move to workspace 3"
match_process_name: "explorer|Files"

# 4 text editors : sublime text, word, bloc note..
# 4 text editors: sublime text, word, bloc note.
- command: "move to workspace 4"
match_process_name: "sublime_text|WINWORD|EXCEL|Obsidian|WebViewHost"

Expand Down

0 comments on commit dd73d37

Please sign in to comment.