On Wed, Nov 13, 2024 at 06:33:42AM +, stefan1 wrote:
> On 2024-11-13 00:02, Storkman wrote:
> > On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote:
> >> Not really related to what was discussed earlier,
> >> but I thought I might find someone who can help me with this here.
> >>
>
On 2024-11-13 00:02, Storkman wrote:
On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote:
Not really related to what was discussed earlier,
but I thought I might find someone who can help me with this here.
I have this script for starting Xfbdev and running my .xinitrc:
```
#!/bin/sh
On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote:
> Not really related to what was discussed earlier,
> but I thought I might find someone who can help me with this here.
>
> I have this script for starting Xfbdev and running my .xinitrc:
>
> ```
> #!/bin/sh
>
> export DISPLAY=${DISPL
On 2024-11-12 21:35, Eric Pruitt wrote:
On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote:
Does anyone know how to improve the above script to get it to kill X
after I
kill dwm?
Is vt1 a script that launches dwm? When you press Alt+Q to kill dwm,
does this also kill any other runnin
Not really related to what was discussed earlier,
but I thought I might find someone who can help me with this here.
I have this script for starting Xfbdev and running my .xinitrc:
```
#!/bin/sh
export DISPLAY=${DISPLAY:-:0}
trap "$HOME/.xinitrc" USR1
(
trap '' USR1
exec /usr/bin/Xfbd
On 2024-11-11 23:18, stefan1 wrote:
În 11 noiembrie 2024 23:17:48 EET, Storkman a
scris:
On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote:
On 2024-11-05 10:37, stefan1 wrote:
>
> Looks like git st works.
Looked into it a bit more, and it turns out that the reason it failed