typst support
This commit is contained in:
@@ -92,6 +92,7 @@
|
|||||||
"$mainMod, V, togglefloating,"
|
"$mainMod, V, togglefloating,"
|
||||||
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
|
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
|
||||||
"$mainMod, A, togglesplit"
|
"$mainMod, A, togglesplit"
|
||||||
|
", PRINT, exec, hyprshot -m region --clipboard-only"
|
||||||
|
|
||||||
# Move between windows
|
# Move between windows
|
||||||
"$mainMod, h, movefocus, l"
|
"$mainMod, h, movefocus, l"
|
||||||
@@ -169,6 +170,7 @@
|
|||||||
rust-lang.rust-analyzer # Rust
|
rust-lang.rust-analyzer # Rust
|
||||||
mkhl.direnv # recognize custom nix environments
|
mkhl.direnv # recognize custom nix environments
|
||||||
tamasfe.even-better-toml # toml file support
|
tamasfe.even-better-toml # toml file support
|
||||||
|
myriad-dreamin.tinymist # typst files
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
{
|
{
|
||||||
name = "skillavid-pure-black";
|
name = "skillavid-pure-black";
|
||||||
@@ -262,6 +264,9 @@
|
|||||||
ollama-rocm
|
ollama-rocm
|
||||||
python3
|
python3
|
||||||
direnv # develop projects in custom environments
|
direnv # develop projects in custom environments
|
||||||
|
hyprshot # screenshots
|
||||||
|
typst # typst compilation
|
||||||
|
tinymist # typst previews
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.furmark}/bin/furmark --demo furmark-gl &
|
${pkgs.furmark}/bin/furmark --demo furmark-gl &
|
||||||
|
sleep 1m
|
||||||
hyprctl dispatch dpms off
|
hyprctl dispatch dpms off
|
||||||
sleep 1h
|
sleep 1h
|
||||||
pkill furmark
|
pkill furmark
|
||||||
|
|||||||
Reference in New Issue
Block a user