mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Update multiple scripts
This commit is contained in:
parent
542ac098b4
commit
44b010a541
17 changed files with 424 additions and 37 deletions
11
home/.local/bin/scripts/gui/hyprland/launch-hypr
Executable file
11
home/.local/bin/scripts/gui/hyprland/launch-hypr
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# export SDL_VIDEODRIVER=wayland
|
||||
# export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
# export QT_QPA_PLATFORM=wayland
|
||||
# export XDG_CURRENT_DESKTOP=sway
|
||||
# export XDG_SESSION_DESKTOP=sway
|
||||
|
||||
echo "---------- NEW RUN $(date) ----------" >> ~/.hyprlog.txt
|
||||
Hyprland 2>&1 | awk '{ print strftime("%s: "), $0, fflush(); }' | tee -a "${XDG_CACHE_HOME:-$HOME/.cache}/.hyprlog.txt"
|
||||
echo "---------- ENDED $(date) ----------" >> ~/.hyprlog.txt
|
Loading…
Add table
Add a link
Reference in a new issue