docs: use foot in the example config.sh
This commit is contained in:
parent
b3279b87cc
commit
3e955935eb
@ -3,8 +3,8 @@
|
|||||||
# Use the "logo" key as the primary modifier
|
# Use the "logo" key as the primary modifier
|
||||||
mod="Mod4"
|
mod="Mod4"
|
||||||
|
|
||||||
# Mod+Shift+Return to start an instance of alacritty
|
# Mod+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||||
riverctl map normal $mod+Shift Return spawn alacritty
|
riverctl map normal $mod+Shift Return spawn foot
|
||||||
|
|
||||||
# Mod+Q to close the focused view
|
# Mod+Q to close the focused view
|
||||||
riverctl map normal $mod Q close
|
riverctl map normal $mod Q close
|
||||||
|
@ -43,7 +43,7 @@ const modifier_names = [_]struct {
|
|||||||
/// Create a new mapping for a given mode
|
/// Create a new mapping for a given mode
|
||||||
///
|
///
|
||||||
/// Example:
|
/// Example:
|
||||||
/// map normal Mod4+Shift Return spawn alacritty
|
/// map normal Mod4+Shift Return spawn foot
|
||||||
pub fn map(
|
pub fn map(
|
||||||
allocator: *std.mem.Allocator,
|
allocator: *std.mem.Allocator,
|
||||||
seat: *Seat,
|
seat: *Seat,
|
||||||
|
Loading…
Reference in New Issue
Block a user