diff --git a/.config/sway/config b/.config/sway/config index 483fc87..6599799 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -68,6 +68,7 @@ input type:touchpad { # Start a terminal bindsym $launch+Return exec $term bindsym $launch+t exec $term zellij attach --create main + bindsym $launch+j exec $term zellij --layout jupyter attach --create jupyter # Start Emacs bindsym $launch+e exec emacsclient --alternate-editor "" --create-frame diff --git a/.config/zellij/layouts/jupyter.kdl b/.config/zellij/layouts/jupyter.kdl new file mode 100644 index 0000000..1caca2a --- /dev/null +++ b/.config/zellij/layouts/jupyter.kdl @@ -0,0 +1,7 @@ +layout { + pane { + command "jupyter" + args "lab" "--notebook-dir" "/home/ohad/Projects/notebooks/" + cwd "/home/ohad/" + } +}