This commit is contained in:
2025-11-01 00:21:49 +01:00
parent 77680a9538
commit 9a264c0e07
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
codium $HOME/projects/hr/rts10_reports/
flatpak run md.obsidian.Obsidian $HOME/projects/hr/rts10_reports/
spawn="niri msg action spawn --"
$spawn codium $HOME/projects/hr/rts10_reports/
$spawn flatpak run md.obsidian.Obsidian $HOME/projects/hr/rts10_reports/

View File

@@ -1,2 +1,3 @@
Hoogeschool Rotterdam:menu:hr
projects:menu:proj

View File

@@ -363,10 +363,11 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
// Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
// Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Mod+B hotkey-overlay-title="Goto browser (Firefox)" { focus-workspace "browser"; }
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.
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.