diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 21:49:34 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 22:07:01 -0700 |
commit | c37c53992dc09287915f7db4d58aedf844ede220 (patch) | |
tree | 946c01d7e6851bf7990272b233931be33e920a3f /context.json | |
parent | 988d0b06dbfbe46e32e10d56f6bda5c0653616e0 (diff) | |
download | dotfiles-c37c53992dc09287915f7db4d58aedf844ede220.tar.gz dotfiles-c37c53992dc09287915f7db4d58aedf844ede220.zip |
initial linux dots
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", |