dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 07f686b0c30071cc13c1bec23b121ea27c437439
parent ced2c3820bbe0fff941ce99474a1c452e56fcbb4
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat, 22 Feb 2025 20:26:45 -0300

updated startpwm

Diffstat:
M.local/bin/startpwm | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.local/bin/startpwm b/.local/bin/startpwm @@ -1,7 +1,6 @@ #/bin/sh { - sleep 0.5 if ! tmux has-session -t pwm 2>/dev/null; then tmux new-session -s pwm -c ~ -d sleep 0.2 @@ -10,6 +9,8 @@ tmux new-window -d -t pwm:2 -c ~/dox/dev/dwm-commented -n dwm-com tmux new-window -d -t pwm:3 -c ~/dox/dev/dwm -n dwm fi + sleep 1 + DISPLAY=:0 setxkbmap us -variant altgr-intl DISPLAY=:0 st -e tmux a -t pwm }&