tweaks
This commit is contained in:
parent
d60c08f390
commit
ece42fc1f6
2 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
new_tab Tmux
|
||||
layout tall
|
||||
launch --title "Tmux" zsh -c tmux -f ~/.config/tmux/tmux.conf attach || zsh -c tmux -f ~/.config/tmux/tmux.conf new
|
||||
launch zsh -c tmux -f ~/.config/tmux/tmux.conf new-session -A -s Terminal
|
||||
|
||||
new_tab YesWiki Dev
|
||||
layout tall:bias=75
|
||||
layout fat:bias=80
|
||||
cd ~/Developpements/yeswiki/
|
||||
launch --title "Editeur" nvim .
|
||||
launch --title "Console" --cwd=current
|
||||
launch --title "Console" --cwd=~/Developpements/yeswiki
|
||||
|
||||
new_tab Music
|
||||
new_tab Musique
|
||||
layout fat:bias=75
|
||||
cd ~/Musique/
|
||||
launch --title "Jukebox" --cwd=current nvlc --no-playlist-autostart .
|
||||
launch --title "Visualizer" --cwd=current catnip -d "VLC media player (LibVLC 3.0.20)"
|
||||
launch --title "Visualizer" --cwd=current catnip -d 'VLC media player (LibVLC 3.0.20)'
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
||||
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
||||
};
|
||||
shellInit = "cd ~/Developpements;";
|
||||
#shellInit = "cd ~/Developpements;";
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "ssh-agent" ];
|
||||
|
|
Loading…
Reference in a new issue