Update 'install64.sh'
This commit is contained in:
@@ -79,9 +79,16 @@ rm /home/terminal/Desktop/temp/IBMiAccess_v1r9 -rf
|
|||||||
### Write and update configuration ###
|
### Write and update configuration ###
|
||||||
## Swap Function Mode. 3 is default ##
|
## Swap Function Mode. 3 is default ##
|
||||||
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
|
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
|
||||||
#sed -i -e 's/ToggleFullscreen//g' /home/terminal/.config/openbox/lxqt-rc.xml
|
|
||||||
|
### Disable F11 - Full Screen
|
||||||
|
if [ -f /home/terminal/.config/openbox/rc.xml]
|
||||||
sed -i -e 's/ToggleFullscreen//g' /home/terminal/.config/openbox/rc.xml
|
sed -i -e 's/ToggleFullscreen//g' /home/terminal/.config/openbox/rc.xml
|
||||||
openbox --reconfigure
|
openbox --reconfigure
|
||||||
|
else
|
||||||
|
cp /home/terminal/Desktop/temp/rc.xml /home/terminal/.config/openbox/rc.xml
|
||||||
|
chown terminal:terminal /home/terminal/.config/openbox/rc.xml
|
||||||
|
openbox --reconfigure
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
### Copying configuration templates to locations ###
|
### Copying configuration templates to locations ###
|
||||||
|
|||||||
Reference in New Issue
Block a user