Almost nothing
This commit is contained in:
parent
7ff4eb42de
commit
8bf547cfac
|
@ -1,6 +1,6 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=file:///home/chris, file:///home/chris/Documents/TFC Stuff/newsletterpics, file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos
|
history=file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris
|
||||||
lastVisited=file:///home/chris/Videos
|
lastVisited=file:///home/chris
|
||||||
qtVersion=5.15.2
|
qtVersion=5.15.2
|
||||||
shortcuts=file:, file:///home/chris
|
shortcuts=file:, file:///home/chris
|
||||||
sidebarWidth=116
|
sidebarWidth=116
|
||||||
|
|
|
@ -20,10 +20,8 @@
|
||||||
# variable.
|
# variable.
|
||||||
|
|
||||||
if [ $(hostname) = 'syl' ]; then
|
if [ $(hostname) = 'syl' ]; then
|
||||||
echo laptop
|
|
||||||
size=2300x1500
|
size=2300x1500
|
||||||
else
|
else
|
||||||
echo desktop
|
|
||||||
size=1500x900
|
size=1500x900
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue