diff options
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/context.json b/context.json index bf96d86..1f0d647 100644 --- a/context.json +++ b/context.json @@ -86,13 +86,7 @@ "features": { "work_mode": true }, - "window_manager": { - "key": { - "mod": "alt", - "mov": "shift", - "ed": "ctrl" - }, "workspaces": { "http": { "monitor": "1" @@ -146,7 +140,16 @@ "suffix": {} } }, - "okabe": {}, + "okabe": { + "electron_flags": "--ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations --enable-features=WebRTCPipeWireCapturer", + "window_manager": { + "key": { + "mod": "Mod1", + "mov": "Shift", + "ed": "ctrl" + } + } + }, "dev-dsk-lizhunt-2a-13b63bb9": { "user": { "home": "/home/lizhunt" @@ -165,6 +168,7 @@ } }, "_global": { + "electron_flags": "--force-dark-mode", "user": { "name": "Elizabeth Alexander Hunt", "email": "me@liz.coffee", @@ -252,6 +256,9 @@ } }, "theme": { + "waybar": { + "font": "Lekton Nerd Font Mono" + }, "sketchybar": { "font": "Lekton Nerd Font Mono" }, @@ -268,11 +275,7 @@ "nvim": { "lualine_theme": "gruvbox", "light_colorscheme": "gruvbox", - "dark_colorscheme": "gruvbox", - "font": { - "name": "Agave Nerd Font Mono", - "size": 14 - } + "dark_colorscheme": "gruvbox" }, "emacs": { "symbol": "'doom-gruvbox", |