mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
Lock bspwm on start, allow dropping to shell when auto-starting X
This commit is contained in:
parent
ff5d6b36bc
commit
c5fc03396b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
function start_x_at_login
|
||||
if status is-login
|
||||
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
||||
exec startx -- -keeptty
|
||||
startx -- -keeptty
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue