update
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
codium $HOME/projects/hr/rts10_reports/
|
spawn="niri msg action spawn --"
|
||||||
flatpak run md.obsidian.Obsidian $HOME/projects/hr/rts10_reports/
|
|
||||||
|
$spawn codium $HOME/projects/hr/rts10_reports/
|
||||||
|
$spawn flatpak run md.obsidian.Obsidian $HOME/projects/hr/rts10_reports/
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
Hoogeschool Rotterdam:menu:hr
|
Hoogeschool Rotterdam:menu:hr
|
||||||
projects:menu:proj
|
projects:menu:proj
|
||||||
|
|
||||||
|
|||||||
@@ -363,10 +363,11 @@ binds {
|
|||||||
|
|
||||||
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||||
Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
|
Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
|
||||||
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
// Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
||||||
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
// Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
||||||
Mod+B hotkey-overlay-title="Goto browser (Firefox)" { focus-workspace "browser"; }
|
Mod+B hotkey-overlay-title="Goto browser (Firefox)" { focus-workspace "browser"; }
|
||||||
Mod+M hotkey-overlay-title="Walker" { spawn "walker"; }
|
Mod+M hotkey-overlay-title="Walker" { spawn "walker"; }
|
||||||
|
Mod+N hotkey-overlay-title="main menu" { spawn "menu main"; }
|
||||||
|
|
||||||
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
||||||
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
|
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
|
||||||
|
|||||||
Reference in New Issue
Block a user