diff options
| author | vin <vin@vineetk.net> | 2025-05-07 16:50:31 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-05-07 16:50:31 -0400 |
| commit | 44d9eb81f95e08a7c21c9821bbbd8d4c5bdaa9c1 (patch) | |
| tree | a91423a61d1a279e9f9f3c27017e988ab4a48df8 | |
| parent | a53e03c25ec22810577bab7ebdb35fed9e604800 (diff) | |
demiurge, hastur: elite stuff
| -rw-r--r-- | home.nix | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -477,6 +477,7 @@ in { | |||
| 477 | entertrained = "https://entertrained.app/"; | 477 | entertrained = "https://entertrained.app/"; |
| 478 | burst = "https://www.burst-type.pro/"; | 478 | burst = "https://www.burst-type.pro/"; |
| 479 | colemakcamp = "https://colemakcamp.github.io/"; | 479 | colemakcamp = "https://colemakcamp.github.io/"; |
| 480 | colony = "https://cmdr-nowski.github.io/scuffed/#DRmd5xEUGQMOIU5nCVEG"; | ||
| 480 | }; | 481 | }; |
| 481 | 482 | ||
| 482 | searchEngines = { | 483 | searchEngines = { |
| @@ -1365,11 +1366,13 @@ interceptor.register(int_fn) | |||
| 1365 | for_window [title="profanity"] move container to workspace 9 | 1366 | for_window [title="profanity"] move container to workspace 9 |
| 1366 | for_window [app_id="vesktop"] move container to workspace 10 | 1367 | for_window [app_id="vesktop"] move container to workspace 10 |
| 1367 | 1368 | ||
| 1368 | xwayland disable | ||
| 1369 | |||
| 1370 | exec ${pkgs.qutebrowser}/bin/qutebrowser | 1369 | exec ${pkgs.qutebrowser}/bin/qutebrowser |
| 1371 | exec ${pkgs.vesktop}/bin/vesktop --use-vulkan --ozone-platform=wayland --enable-features=UseOzonePlatform,Vulkan | 1370 | exec ${pkgs.vesktop}/bin/vesktop --use-vulkan --ozone-platform=wayland --enable-features=UseOzonePlatform,Vulkan |
| 1372 | exec ${config.wayland.windowManager.sway.config.terminal} -T profanity -e ${pkgs.profanity}/bin/profanity | 1371 | exec ${config.wayland.windowManager.sway.config.terminal} -T profanity -e ${pkgs.profanity}/bin/profanity |
| 1372 | |||
| 1373 | # for elite va | ||
| 1374 | bindsym --whole-window BTN_SIDE echo press >/tmp/elite_va.fifo | ||
| 1375 | bindsym --whole-window --release BTN_SIDE echo release >/tmp/elite_va.fifo | ||
| 1373 | ''; | 1376 | ''; |
| 1374 | }; | 1377 | }; |
| 1375 | } | 1378 | } |
