MyNixOS website logo
option

programs.miriway.settings

Contents of system-wide miriway-shell.settings. See Miriway's configuration documentation for details.

Declarations
Type
strings concatenated with "\n"
Default
''
  command_ctrl_alt=t:miriway-terminal # Default "terminal emulator finder"
  
  command_meta=Left:@dock-left
  command_meta=Right:@dock-right
  command_meta=Space:@toggle-maximized
  command_meta=Home:@workspace-begin
  command_meta=End:@workspace-end
  command_meta=Page_Up:@workspace-up
  command_meta=Page_Down:@workspace-down
  command_ctrl_alt=BackSpace:@exit
''
Example
''
  command_ctrl_alt=t:weston-terminal
  command_shell_meta=a:synapse
  
  command_meta=Left:@dock-left
  command_meta=Right:@dock-right
  command_meta=Space:@toggle-maximized
  command_meta=Home:@workspace-begin
  command_meta=End:@workspace-end
  command_meta=Page_Up:@workspace-up
  command_meta=Page_Down:@workspace-down
  command_ctrl_alt=BackSpace:@exit
''