wip: dnsc-machine setup
This commit is contained in:
parent
02ea1dfdd8
commit
66733518a3
2 changed files with 10 additions and 10 deletions
|
|
@ -26,15 +26,15 @@
|
||||||
|
|
||||||
# Inline comments are supported for language injection into
|
# Inline comments are supported for language injection into
|
||||||
# multi-line strings with Treesitter! (Depends on your editor)
|
# multi-line strings with Treesitter! (Depends on your editor)
|
||||||
extraCss = /*css */ ''
|
# extraCss = /*css */ ''
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
extraConfigFiles."some-plugin.ron".text = ''
|
# extraConfigFiles."some-plugin.ron".text = ''
|
||||||
Config(
|
# Config(
|
||||||
// for any other plugin
|
# // for any other plugin
|
||||||
// this file will be put in ~/.config/anyrun/some-plugin.ron
|
# // this file will be put in ~/.config/anyrun/some-plugin.ron
|
||||||
// refer to docs of xdg.configFile for available options
|
# // refer to docs of xdg.configFile for available options
|
||||||
)
|
# )
|
||||||
'';
|
# '';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -276,7 +276,7 @@ binds {
|
||||||
|
|
||||||
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||||
Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; }
|
Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; }
|
||||||
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
|
Mod+Space hotkey-overlay-title="Launcher" { spawn "anyrun"; }
|
||||||
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
|
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
|
||||||
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; }
|
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; }
|
||||||
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
|
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue