mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
8 lines
221 B
Bash
Executable File
8 lines
221 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i zsh -p zsh
|
|
|
|
i3-msg 'workspace 4: comms; append_layout /home/ellmau/.config/i3/workspace4.json'
|
|
i3-msg 'exec thunderbird'
|
|
i3-msg 'exec signal-desktop'
|
|
i3-msg 'exec element-desktop'
|