mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2026-01-11 18:29:26 -06:00
Alpine images
This commit is contained in:
commit
c8bf7daf02
16 changed files with 392 additions and 0 deletions
20
remmina/20-remmina.sh
Executable file
20
remmina/20-remmina.sh
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
#!/usr/bin/env bash
|
||||
# Remmina config
|
||||
cat >~/.config/i3/config.d/remmina.conf <<- 'remmina.conf'
|
||||
# Open terminal
|
||||
exec --no-startup-id i3-msg 'workspace "2"; exec ${TERMINAL}'
|
||||
|
||||
# Maximize
|
||||
for_window [class="remmina"] move container to workspace "1"
|
||||
for_window [class="${TERMINAL}"] move container to workspace "2"
|
||||
remmina.conf
|
||||
|
||||
# Remmina startup
|
||||
install /dev/stdin ~/.config/i3/startapp.sh <<- startapp.sh
|
||||
#!/usr/bin/env bash
|
||||
# Run remmina
|
||||
while true
|
||||
do
|
||||
remmina
|
||||
done
|
||||
startapp.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue