Skip to content

Commit

Permalink
add "chrome" to qutselect-disconnect.sh to also kill chrome by the
Browse files Browse the repository at this point in the history
hotkey daemon
  • Loading branch information
jens-maus committed Sep 27, 2024
1 parent 96b0b07 commit 36f527c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# kill all qutselect related sessions and return to the qutselect GUI
#
pkill "tlclient.bin|xfreerdp|rdesktop|vncviewer|remote-viewer"
pkill "tlclient.bin|xfreerdp|rdesktop|vncviewer|remote-viewer|chrome"
10 changes: 10 additions & 0 deletions buildroot-external/rootfs-overlay/etc/fstab
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/home/maus/thinRoot/buildroot-external/rootfs-overlay/etc
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / ext2 rw,noauto 0 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0
tmpfs /dev/shm tmpfs mode=1777 0 0
tmpfs /tmp tmpfs mode=1777 0 0
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
tmpfs /opt tmpfs mode=1777,size=90% 0 0
sysfs /sys sysfs defaults 0 0

0 comments on commit 36f527c

Please sign in to comment.