Skip to content

Commit

Permalink
Change the order of component starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil committed May 29, 2024
1 parent f1deb76 commit 3146533
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions glass-config-init/glass_config_init/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ defaults:
killed: nothing

components:
glass-renderer: {"command": ["glass-renderer-wrapper.sh"]}
glass-animator: {"command": ["glass-animator"]}
glass-input: {"command": ["glass-input"]}
glass-theme: {"command": ["glass-theme"]}
glass-widgets: {"command": ["glass-widgets"]}
glass-ghosts:
command: ["glass-ghosts"]
exit_actions:
exited: exit
failed: exit
glass-input: {"command": ["glass-input"]}
glass-theme: {"command": ["glass-theme"]}
glass-widgets: {"command": ["glass-widgets"]}
glass-animator: {"command": ["glass-animator"]}
glass-renderer: {"command": ["glass-renderer-wrapper.sh"]}
glass-islands: {"command": ["glass-islands"]}
xkb: {"command": ["setxkbmap", "-model", "pc101", "-layout", "us"]}
root-cursor: {"command": ["xsetroot", "-cursor_name", "arrow"]}
Expand Down

0 comments on commit 3146533

Please sign in to comment.