dotfiles/home/private_dot_config/autorandr/executable_postswitch

8 lines
190 B
Text
Raw Normal View History

2022-04-06 13:56:29 -05:00
#!/usr/bin/env bash
2022-06-04 11:50:57 -05:00
# sleep 1
# if [[ $DESKTOP_SESSION=="leftwm" ]]; then
# leftwm-command "SoftReload"
# elif [[ $DESTOP_SESSION=="qtile"]]; then
# qtile cmd-obj -o cmd -f restart
# fi