Skip to content

Commit

Permalink
feat(river): replace Alacritty with Ghostty, update top bar to Waybar…
Browse files Browse the repository at this point in the history
…, and add Mako notifications for improved usability
  • Loading branch information
tom committed Jan 11, 2025
1 parent 1ba148e commit c056b52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion features/window-manager/river/.config/river/init
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms))
// cmd('polybar example')

// Terminal
await cmd('riverctl map normal Super Return spawn alacritty')
await cmd('riverctl map normal Super Return spawn ghostty')

// App Launcher
await cmd('riverctl map normal Super+Shift Return spawn "rofi -show drun"')
Expand Down Expand Up @@ -213,6 +213,12 @@ await cmd('riverctl rule-add -app-id "float*" -title "foo" float')
// Make all views with app-id "bar" and any title use client-side decorations
await cmd('riverctl rule-add -app-id "bar" csd')

// Notification Daemon
cmd('mako')

// Top Bar
cmd('waybar')

// Layout Generator

// Set the default layout generator to be rivertile and start it. River will
Expand Down
3 changes: 2 additions & 1 deletion features/window-manager/river/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
bun

# Top Bar
polybarFull
waybar
# polybarFull

# Notification Daemon
mako
Expand Down

0 comments on commit c056b52

Please sign in to comment.