-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxinitrc
32 lines (29 loc) · 1.46 KB
/
xinitrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Yb dP 8 w 8 Yb dP 8b d8
# YbdP .d88 .d88 .d88 8d8b .d88 d88b w 8 Yb db dP 8YbmdP8
# YP 8 8 8 8 8 8 8P 8 8 `Yb. 8 8 YbdPYbdP 8 " 8
# 88 `Y88 `Y88 `Y88 8 `Y88 Y88P 8 8 YP YP 8 8
# wwdP wwdP
# Yggdrasil Window Manager
# https://github.com/corecaps/YggdrasilWM
# Copyright (C) 2024 jgarcia <[email protected]> <[email protected]>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
current_datetime=$(date +"%Y-%m-%d-%H-%M")
log_file="./logs/yggwm-${current_datetime}.log"
xeyes &
#xev &
#sleep 3 && killall -SIGUSR1 Xephyr
sleep 4 && xclock &
sleep 6 && kitty &
exec ./build/bin/YggdrasilWM -d :1 --log="${log_file}" --loglevel=0 >> logs/std-logs.txt 2>&1
#exec valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./build/bin/YggdrasilWM -d :1 --log="${log_file}" --loglevel=0 >> logs/std-logs.txt 2>&1