From a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 00:41:59 +0000 Subject: Add changes to doom emacs and zsh --- X/.xinitrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'X') diff --git a/X/.xinitrc b/X/.xinitrc index 909ad9a..5f6dc64 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -46,5 +46,14 @@ xrandr --output DP-1 --rotate normal --auto --output DVI-1-0 --rotate right --ri feh --bg-center /home/ymherklotz/images/wp1.jpg /home/ymherklotz/images/wp3.jpg /home/ymherklotz/images/wp2.jpg xsetroot -cursor_name left_ptr +tmux new-session -d -n main -s vericert -c /home/ymherklotz/projects/vericert +tmux new-window -d -n test + +tmux new-session -d -n main -s gsa -c /home/ymherklotz/projects/compcertgsa +tmux new-window -d -n test + +tmux new-session -d -n main -s server -c /home/ymherklotz +tmux new-window -d -n test + #exec i3 exec bspwm -- cgit